jqr
jqr copied to clipboard
How to change values in the high level
I can easily change values with the low level interfance:
library(jqr)
jq('{"a": 2, "b": 3}', ".a = 1")
But I have not found a function in the package to do the same in the high level.