Skip to content

anthonykoch/go-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JSON Parser

My first time using golang. Parses JSON into an AST. Took 12 hours.

  • ~3 hours were spent building and debugging the regexes.
  • ~5-6 hours were spent reading documentation.
  • and the rest was actually writing the lexer and parser/fixing silly off by one errors

Parser is not completely to spec. Don't use it. Thanks.

About

A non spec json parser written in Go for fun

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages