ropensci / jqr

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

Multiple JSON #53

Closed jeroen closed 6 years ago

jeroen commented 7 years ago

Support multiple JSON objects for streaming? Currently we only take the last one.

library(jqr)
jqr:::jqr("[123, 456]   [77, 88, 99]", ".[]")