#io-read #io #json #iterator #instance

jed

Produces Json Iterators over instances of io.Read

4 releases

Uses old Rust 2015

0.1.2 Jun 26, 2015
0.1.1 May 18, 2015
0.1.0 Apr 6, 2015
0.0.1 Apr 1, 2015

#86 in #io-read

Download history 34/week @ 2024-02-19 17/week @ 2024-02-26 14/week @ 2024-03-04 21/week @ 2024-03-11 15/week @ 2024-03-18

68 downloads per month

MIT license

6KB
151 lines

jed

Build Status

jed is a slang term for a member of the World War II secret Operation_Jedburgh or a tiny rust library for producing JSON iterators over instances of io.Read

Like std::str::Lines or these, but for JSON.

docs

Find them here

install

Add the following to your Cargo.toml

[dependencies]
jed = "0.1.2"

Doug Tangren (softprops) 2015


lib.rs:

jed creates Json iterators over instances of io.Read

Dependencies

~225KB