Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Out-of-the-box you can add serde_json to your Cargo.toml file in a single line and have JSON parsing.

    serde_json = "*"
I'm not sure I see the problem.


If you have a vaguely modern Rust, you can just "cargo add serde_json" and Cargo will make the change for you.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: