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

#1176 in Encoding

Download history 238/week @ 2024-03-13 282/week @ 2024-03-20 201/week @ 2024-03-27 187/week @ 2024-04-03 183/week @ 2024-04-10 213/week @ 2024-04-17 251/week @ 2024-04-24 167/week @ 2024-05-01 180/week @ 2024-05-08 182/week @ 2024-05-15 210/week @ 2024-05-22 244/week @ 2024-05-29 481/week @ 2024-06-05 479/week @ 2024-06-12 187/week @ 2024-06-19 115/week @ 2024-06-26

1,339 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–9.5MB
~94K SLoC