/json-parser

JSON parser built live on stream

Primary LanguageRust

This is a simple JSON parser I built live on stream. It is intended to demonstrate how parser combinator libraries work and not to be a fully spec compliant JSON parser. You probably want serde-json for that.