Scott Chamberlain
Scott Chamberlain
stream eg https://github.com/stedolan/jq/wiki/FAQ#streaming-json-parser
Thanks @cboettig This is a tough one. There's many times the end of a `jq` query is not proper JSON - and it would take some work to make the...
I don't think I want to convert to a list. Rather leave that to the user here. I guess you're right that seems like most if not all outputs can...
@cboettig can you install `devtools::install_github("ropensci/jqr@return-type")` and try it again - see readme https://github.com/ropensci/jqr/tree/return-type#return-valid-json-or-not thoughts @jeroen @richfitz on changing the format of output? note: - [ ] if we go this...
> What's the use case for jsonify=FALSE? It seems like in that case it would make sense to return an array of strings, (character vector) so that one can iterate...
thanks for feedback @cboettig - we're pushing a major version to cran now with jq unbundled (links to version on users machine) - so will come back to this for...
work still on branch https://github.com/ropensci/jqr/compare/return-type - just merged in from master - need to clean up and see how previous approach will work with new jq/jqr setup, see R/jq.R
Thanks for the report @mmuurr We came upon this recently, see https://github.com/ropensci/geojson/issues/36 The answer is essentially that you're pushing too much data in at once, so try to push in...
glad you can break it up. we'll see what Jeroen says.
Thanks @mmuurr - sorry for the delay on this. That makes sense that it's 10K, since https://github.com/stedolan/jq/blob/9b51a0852a0f91fbc987f5f2b302ff65e22f6399/src/parser.c#L1692 via https://github.com/stedolan/jq/issues/1054 and https://github.com/stedolan/jq/issues/1041 I think a wrapper belongs here in the package....