Hacker News new | ask | show | jobs
by pohl 2844 days ago
This particular crate, serde_json, lets you create any type that implements Serde's Deserialize trait when you're parsing.
1 comments

... and it also provides a dynamic interface too, if you need to work that way. You probably don’t...