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

#1451 in Encoding

Download history 248/week @ 2024-07-22 163/week @ 2024-07-29 204/week @ 2024-08-05 182/week @ 2024-08-12 109/week @ 2024-08-19 128/week @ 2024-08-26 222/week @ 2024-09-02 156/week @ 2024-09-09 79/week @ 2024-09-16 172/week @ 2024-09-23 198/week @ 2024-09-30 281/week @ 2024-10-07 237/week @ 2024-10-14 263/week @ 2024-10-21 225/week @ 2024-10-28 254/week @ 2024-11-04

982 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–9MB
~89K SLoC