Dave

Results 263 comments of Dave

Funny you should mention it, but I recently updated `geojsonsf` to handle larger character vectors [in this issue](https://github.com/SymbolixAU/geojsonsf/issues/64) But I agree on the usefulness of ndjson and hope to implement...

First proof-of-concept ```r df

data.frame by column ```r df

@sheffe what do you think should be the result of `to_ndjson()` for nested lists: ```r lst

Thank for the input. I've decided I'm going to allow lists, non-recursively. Each of the top-level elements will be converted to a line of JSON My reasoning is for cases...

I've now got #58 working over there if you want to give it a try?

As the error suggests, this is an issue with R strings, and so writing a large JSON to a string doesn't work. So we'll need to make some sort of...

Made [this comment](https://github.com/SymbolixAU/jsonify/commit/bce26248390ef11519bc51fe3cbe4fa9a16dbf26#r37124478) on the state of these branches and where some of the confusion lies. Basically, branch `issue58` is ahead of `issue29`, where I cleaned the final trailing `\n`

List elements need to keep their name ```r lst

So this now gives ```r lst