-
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…
-
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…
-
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 …
-
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
6 months ago
-
**Current Documentation**:
[API documentation](https://github.com/ollama/ollama/blob/4759d879f2376ffb9b82f296e442ec8ef137f27b/docs/api.md?plain=1#L79) states:
> A stream of JSON objects is retur…
-
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
-
**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…
-
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…
-
# How to parse JSON Lines (JSONL) with C# - Code4IT
JSONL is JSON's less famous sibling: it allows you to store JSON objects separating them with new line. We will learn how to parse a JSONL string w…
-
Cargo needs this for testing `cargo test`. This was found while testing the fix for #348.
epage updated
3 months ago