-
One nice way to stream json is to use jsonlines: https://jsonlines.org/. It reduces the total size and makes parsing into a table something that can be done at the same time as reading from the connec…
-
JSON Lines would help users parsing the Exomiser JSON output as each gene result would be written a single line, enabling easier searching and return of results.
https://jsonlines.org/
This can …
-
I was suprised there's another json lines "standard":
- http://ndjson.org/
- https://jsonlines.org/
don't know which originated from what (or developed independently), but would be nice to have…
-
Hello, currently the jsonlines.org website is here https://github.com/wardi/jsonlines
I was wondering if there was any interest to move it under this github organization https://github.com/jsonlines …
sp4ce updated
5 months ago
-
**Description**
All the functions that create or update documents should send jsonlines instead of a JSON array.
**Why**
That's faster to process by meilisearch and consumes less memory.
**How…
-
In this method:
https://github.com/monarch-initiative/koza/blob/fceafe5755e222dba14cecf8b7df09ca7dd16831/src/koza/cli_utils.py#L130-L143
`split_lines` checks if the output format is `OutputForma…
-
Hey,
I just saw this page on `JSON Lines`, which also is basically ndjson: http://jsonlines.org/
It is more of a good documention on the format than a specification, but I like it.
@wardi I just s…
finnp updated
7 years ago
-
Cargo needs this for testing `cargo test`. This was found while testing the fix for #348.
epage updated
2 months ago
-
First of all, nice and simple tool, but tt would be great if jfq would support the jsonlines format as input just as it supports it as an output format. This would make it the perfect tool for data tr…
-
Hello, I want to read the caption of the wikiart section in the latest JSONL file. I am using the following code, but I am unable to read it.
##################################################
impor…