Group
Extension

Matches 1

Bencher-Scenario-Serializers ( P/PE/PERLANCAR/Bencher-Scenario-Serializers-0.161.tar.gz, PERLANCAR, 2021; MetaCPAN )
Bencher-Scenario-Serializers/lib/Bencher/Scenario/Serializers.pm ( view source; MetaCPAN )
    tags => ['json', 'serialize'],
            module => 'JSON::PP',
            function => 'encode_json',
            code_template => 'state $json = JSON::PP->new->allow_nonref; $json->encode(<data
   tags => ['json', 'deserialize'],
            module => 'JSON::PP',
            function => 'decode_json',
            code_template => 'state $json = JSON::PP->new->allow_nonref; $json->decode(<dat
  {
            tags => ['json', 'serialize'],
            module => 'JSON::Tiny',
            function => 'encode_json',
            code_template => 'JSON::Tiny::encode_json(<data>)',
        },
   

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