Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 598 Bytes

File metadata and controls

12 lines (9 loc) · 598 Bytes

jsen_parser

JSON parser for Erlang

I started this project for educational purposes. I wanted to show-case how to write a parser using Erlang parse_tools. And writing a JSON parser seemed like a good idea at the time.

References: