Tool to build rust structs to parse given JSON (rusty-json.herokuapp.com) 2 points by IceyEC 10y ago ↗ HN
[–] IceyEC 10y ago ↗ I built this a couple of days ago to deal with parsing complex JSON in Rust. Comments / suggestions / bugs / pull requests welcome! [–] kibwen 10y ago ↗ Are you also aware of Serde? https://crates.io/crates/serdeIt's generally preferred over rustc_serialize (which is sort of only intended for use by the compiler itself). [–] IceyEC 10y ago ↗ Serde is great if you're running on nightly
[–] kibwen 10y ago ↗ Are you also aware of Serde? https://crates.io/crates/serdeIt's generally preferred over rustc_serialize (which is sort of only intended for use by the compiler itself). [–] IceyEC 10y ago ↗ Serde is great if you're running on nightly
3 comments
[ 3.6 ms ] story [ 16.2 ms ] threadIt's generally preferred over rustc_serialize (which is sort of only intended for use by the compiler itself).