Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 280 Bytes

File metadata and controls

1 lines (1 loc) · 280 Bytes

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.