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

#1239 in Encoding

Download history 122/week @ 2023-12-04 152/week @ 2023-12-11 199/week @ 2023-12-18 30/week @ 2023-12-25 83/week @ 2024-01-01 253/week @ 2024-01-08 166/week @ 2024-01-15 290/week @ 2024-01-22 132/week @ 2024-01-29 371/week @ 2024-02-05 136/week @ 2024-02-12 157/week @ 2024-02-19 336/week @ 2024-02-26 267/week @ 2024-03-04 245/week @ 2024-03-11 290/week @ 2024-03-18

1,140 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–11MB
~105K SLoC