Files
perl-examples/README.md
2025-02-10 05:29:29 +09:00

229 B

Perl Examples

JSON

https://metacpan.org/pod/JSON

sudo cpanm JSON

decode_json

  • pass a json string
  • returns a reference to a hash

encode_json

  • pass a reference to a hash
  • returns a json string