Skip to content

Small JSON parser written in Odin. Basic tokenization and recursive descent parsing.

Notifications You must be signed in to change notification settings

JeffreyThor/odin-json-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Odin JSON Parser

Disclaimer!

Don't actually use this. Odin has a built in JSON parser. This was just a fun project for me to get used to Odin. Poor error handling, missing edge cases, but you get the idea.

Also I saw a Ginger Bill tweet saying "write a parser for JSON from scratch" and had to make sure I could 🤷🏻‍♂️.

About

Small JSON parser written in Odin. Basic tokenization and recursive descent parsing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages