10 releases (4 major breaking)

4.0.1 Jan 19, 2021
3.1.0 Jan 19, 2021
2.0.0 Jan 19, 2021
1.3.0 Jan 19, 2021
0.1.0 Dec 26, 2020

#1455 in Encoding

Download history 244/week @ 2024-11-16 199/week @ 2024-11-23 407/week @ 2024-11-30 782/week @ 2024-12-07 939/week @ 2024-12-14 221/week @ 2024-12-21 432/week @ 2024-12-28 843/week @ 2025-01-04 963/week @ 2025-01-11 707/week @ 2025-01-18 1580/week @ 2025-01-25 1860/week @ 2025-02-01 1362/week @ 2025-02-08 1448/week @ 2025-02-15 2845/week @ 2025-02-22 851/week @ 2025-03-01

6,818 downloads per month
Used in 3 crates (2 directly)

MIT/Apache

11KB
162 lines

jsonl

crates.io version docs.rs docs

An implementation of JSON Lines for Rust. See the docs for more.


lib.rs:

An implementation of JSON Lines for Rust.

JSON Lines is a simple format consisting of JSON values separated by newlines. Use [read()] and [write()] to interact wtih readers and writers in the JSON Lines format. Serialization and deserialization is done automatically.

See Connection for situations in which you have both a reader and a writer and would like to bundle them up together.

Enable the tokio feature to replace the usages of std IO primitives with those from Tokio.

Dependencies

~0.7–10MB
~93K SLoC