Files
perl-examples/README.md
2023-03-05 23:42:45 +09:00

225 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