Size: 349
Comment:
|
Size: 578
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 14: | Line 14: |
* [[attachment:jq-1.4-i486-1_SBo.tgz]] == Change values == '''test.json''' {{{#!highlight javascript { "keyx":12, "keyz":"ddff" } }}} {{{#!highlight bash jq '.keyx = 55 | .keyz = "otherVal"' test.json }}} |
jq
jq is a lightweight and flexible command-line JSON processor.
Slackbuild
Change values
test.json
1 jq '.keyx = 55 | .keyz = "otherVal"' test.json