ropensci / jqr

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

Ease transition between jqr and other json tools #63

Closed sckott closed 3 years ago

sckott commented 6 years ago

from @cboettig feedback

wish it was easier to go back and forth between jqr and jsonlite (e.g. without needing as.character() jqr::combine() and fromJSON())

possibly could add a global setting to change output, but would have to not break anything