ropensci / jqr

R interface to jq
https://docs.ropensci.org/jqr
Other
143 stars 13 forks source link

How to change values in the high level #86

Open jjesusfilho opened 1 year ago

jjesusfilho commented 1 year ago

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.