|
Size: 1503
Comment:
|
← Revision 13 as of 2026-04-05 11:48:41 ⇥
Size: 1529
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 61: | Line 61: |
| * curl http://api.icndb.com/jokes/random 2>/dev/null | json_reformat | {{{#!highlight sh curl http://api.icndb.com/jokes/random 2>/dev/null | json_reformat }}} |
jq
jq is a lightweight and flexible command-line JSON processor.
Slackbuild
Change values
test.json
test2.json
Get value from key
Curl JSON replay example
1 curl http://api.icndb.com/jokes/random 2>/dev/null | json_reformat
