HomeSort by relevance Sort by last modified time
    Searched refs:decode_json (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/JSON/JSON-2.59/eg/
bench_decode.pl 22 my $perl = JSON::XS::decode_json $json;
bench_encode.pl 22 my $perl = JSON::XS::decode_json $json;
  /external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/JSON/
backportPP.pm 18 @JSON::PP::EXPORT = qw(encode_json decode_json from_json to_json);
111 sub decode_json { # decode subroutine
123 Carp::croak ("JSON::PP::from_json has been renamed to decode_json.");
640 my ($self, $opt); # $opt is an effective flag during this decode_json.
    [all...]
  /external/chromium_org/third_party/JSON/JSON-2.59/lib/JSON/
backportPP.pm 18 @JSON::PP::EXPORT = qw(encode_json decode_json from_json to_json);
111 sub decode_json { # decode subroutine
123 Carp::croak ("JSON::PP::from_json has been renamed to decode_json.");
640 my ($self, $opt); # $opt is an effective flag during this decode_json.
    [all...]
  /external/chromium_org/third_party/JSON/out/lib/perl5/JSON/
backportPP.pm 18 @JSON::PP::EXPORT = qw(encode_json decode_json from_json to_json);
111 sub decode_json { # decode subroutine
123 Carp::croak ("JSON::PP::from_json has been renamed to decode_json.");
640 my ($self, $opt); # $opt is an effective flag during this decode_json.
    [all...]
  /external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/
JSON.pm 7 @JSON::EXPORT = qw(from_json to_json jsonToObj objToJson encode_json decode_json);
399 *{"JSON::decode_json"} = \&{"JSON::PP::decode_json"};
443 *{"JSON::decode_json"} = \&{"JSON::XS::decode_json"};
626 use JSON; # imports encode_json, decode_json, to_json and from_json.
631 $perl_hash_or_arrayref = decode_json $utf8_encoded_json_text;
793 =head2 decode_json
795 $perl_scalar = decode_json $json_text
855 you should use C<decode_json> (supposed that JSON data are encoded in UTF-8)
    [all...]
  /external/chromium_org/third_party/JSON/JSON-2.59/lib/
JSON.pm 7 @JSON::EXPORT = qw(from_json to_json jsonToObj objToJson encode_json decode_json);
399 *{"JSON::decode_json"} = \&{"JSON::PP::decode_json"};
443 *{"JSON::decode_json"} = \&{"JSON::XS::decode_json"};
626 use JSON; # imports encode_json, decode_json, to_json and from_json.
631 $perl_hash_or_arrayref = decode_json $utf8_encoded_json_text;
793 =head2 decode_json
795 $perl_scalar = decode_json $json_text
855 you should use C<decode_json> (supposed that JSON data are encoded in UTF-8)
    [all...]
  /external/chromium_org/third_party/JSON/out/lib/perl5/
JSON.pm 7 @JSON::EXPORT = qw(from_json to_json jsonToObj objToJson encode_json decode_json);
399 *{"JSON::decode_json"} = \&{"JSON::PP::decode_json"};
443 *{"JSON::decode_json"} = \&{"JSON::XS::decode_json"};
626 use JSON; # imports encode_json, decode_json, to_json and from_json.
631 $perl_hash_or_arrayref = decode_json $utf8_encoded_json_text;
793 =head2 decode_json
795 $perl_scalar = decode_json $json_text
855 you should use C<decode_json> (supposed that JSON data are encoded in UTF-8)
    [all...]

Completed in 39 milliseconds