Hacker News new | ask | show | jobs
by vim_wannabe 3247 days ago
In Rust you can also just make your struct deserializable, use a JSON lib to deserialize a string and get the corresponding object in a Result type.

The amount of work you need to do in Elm instead is huge.