You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A JSON parser written in Javascript using parser combinators. This is not a up to spec JSON parser, just a simple demo on how to use parser combinators to parse JSON.
Requirements
Bun
Usage
bun run dev
About
A JSON parser written in Javascript using parser combinators.