2023-03-05 23:42:45

This commit is contained in:
2023-03-05 23:42:45 +09:00
parent 25b3c0eb79
commit 9e97869a9d
15 changed files with 326 additions and 0 deletions

View File

@@ -1 +1,17 @@
# Perl Examples
## JSON
https://metacpan.org/pod/JSON
```bash
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