jqr icon indicating copy to clipboard operation
jqr copied to clipboard

How to change values in the high level

Open jjesusfilho opened this issue 2 years ago • 0 comments

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.

jjesusfilho avatar Dec 22 '22 23:12 jjesusfilho