Tasty JSON

Tasty JSON (sorry for the name) is a simple JSON parser written in Rust using the Parser Combinator nom. Hence the name. 😉

The included example JSON is taken from here and was modified a bit.