Size: 872
Comment:
|
Size: 1017
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 54: | Line 54: |
== Curl JSON replay example == {{{#!highlight bash curl http://api.icndb.com/jokes/random 2>/dev/null | jq '.value.joke' | sed s/\"//g }}} |
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 | jq '.value.joke' | sed s/\"//g