Size: 631
Comment:
|
Size: 872
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 26: | Line 26: |
'''test2.json''' {{{#!highlight javascript { "keyx":12, "keyz":"ddff", "arr":[1,2,3,4] } }}} |
|
Line 34: | Line 43: |
== Get value from key == {{{#!highlight bash jq '.keyx' test.json # output 12 jq '.arr[2]' test2.json #output 3 }}} |
jq
jq is a lightweight and flexible command-line JSON processor.
Slackbuild
Change values
test.json
test2.json