jsonlines
jsonlines copied to clipboard
Documentation for the JSON Lines text file format
editing html is tiresome
Hi! I wanted to let you know that I am developing a jsonlines reader for the Julia language. You [can find the latest docs here](https://danielw2904.github.io/JSONLines.jl/dev/). I am happy for all...
Perhaps it would also be useful to define an alternate form of jsonlines where the file would still be valid json. I'll refer to this alternate as **jsonnewlines**. If you...
Couchbase Admin Console (and in a few months, its web application, Capella) can import and export JSON line files. FYI.
Suggestion: Invalid lines are ignored, or more easily implemented -> lines must start with trimmed '{' or '[' I love this format but the restriction that every line MUST be...
The documentation at https://jsonlines.org/examples says: > The biggest missing piece is an import/export filter for popular spreadsheet programs so that non-programmers can use this format. Since the same page mentions...
Since newline is escaped as \n in json strings how do you escape it in json lines format where the newline character (\n or \r\n) is the delimiter between objects?
Hi! On http://jsonlines.org/on_the_web/ it says "dat uses JSON Lines (newline-delimited JSON) in its streaming APIs". I think this might not be true any more, because dat is now focused on...
For someone arriving newly to the json-object-per-line idea, it would be useful to have a list of the variant forms (distinguishing features, website, tools). I stumbled across https://github.com/fictorial/json-line-protocol which is...
I started writing an issue suggesting that you link to the [Line Delimited JSON](https://en.wikipedia.org/wiki/Line_Delimited_JSON) article on wikipedia, and perhaps help to clean it up a little. The more I looked...