Group
Extension

Matches 1

Zing-Store-Mysql ( A/AW/AWNCORP/Zing-Store-Mysql-0.03.tar.gz, AWNCORP, 2020; MetaCPAN )
Zing-Store-Mysql/lib/Zing/Store/Mysql.pm ( view source; MetaCPAN )
owing methods:

=cut

=head2 decode

  decode(Str $data) : HashRef

The decode method decodes the JSON data provided and returns the data as a hashref.

=over 4

=item decode example #1

  # given: sy
encode

  encode(HashRef $data) : Str

The encode method encodes and returns the data provided as JSON.

=over 4

=item encode example #1

  # given: synopsis

  $store->encode({ status => 'ok' });

=

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.