3 comments

[ 3.6 ms ] story [ 16.2 ms ] thread
I built this a couple of days ago to deal with parsing complex JSON in Rust. Comments / suggestions / bugs / pull requests welcome!
Are you also aware of Serde? https://crates.io/crates/serde

It's generally preferred over rustc_serialize (which is sort of only intended for use by the compiler itself).

Serde is great if you're running on nightly