Glot.Jsonl (Glot v0.1.2)
View SourceJsonlines is simpler than JSON, because each line can be parsed separatelly. This makes it useful for large files, that still need some structure (CSV falls short here).
Summary
Functions
Reads a file with JSON-lines, returning {:ok, rows} or {:error, reason}
Writes JSONLines (https://jsonlines.org/examples/) to a file.
Functions
Reads a file with JSON-lines, returning {:ok, rows} or {:error, reason}
Writes JSONLines (https://jsonlines.org/examples/) to a file.