Y
Hacker News
new
|
ask
|
show
|
jobs
by
jolmg
1689 days ago
What do you mean? jq can modify data:
$ jq '.foo += 1' <<< '{"foo": 2}' { "foo": 3 }