ruff/docs
Aarni Koskela 7b4dde0c6c
Add JSON Lines (NDJSON) message serialization (#5048)
## Summary

This adds `json-lines` (https://jsonlines.org/ or http://ndjson.org/) as
an output format.

I'm sure you already know, but

* JSONL is more greppable (each record is a single line) than the pretty
JSON
* JSONL is faster to ingest piecewise (and/or in parallel) than JSON

## Test Plan

Snapshot test in the new module :)
2023-06-13 14:15:55 +00:00
..
assets Added logo and favicon for mkdocs (#2757) 2023-02-10 23:34:47 -05:00
.gitignore Add a preliminary tutorial (#3281) 2023-02-28 20:31:27 +00:00
configuration.md Add JSON Lines (NDJSON) message serialization (#5048) 2023-06-13 14:15:55 +00:00
editor-integrations.md markdownlint: enforce 100 char max length (#4698) 2023-05-28 22:45:56 -04:00
faq.md [perflint] Add perflint plugin, add first rule PERF102 (#4821) 2023-06-13 01:54:44 +00:00
installation.md markdownlint: enforce 100 char max length (#4698) 2023-05-28 22:45:56 -04:00
requirements.txt Check docs formatting check (#4270) 2023-05-08 19:03:22 +00:00
tutorial.md Bump version to 0.0.272 (#4948) 2023-06-08 02:17:29 +00:00
usage.md Update links to point to Astral org (#4949) 2023-06-08 11:43:40 -04:00