kingzbauer / jsonparser

Yet another json parser in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSON parser

It's been a while since I built/worked on a Parser or Interpreter. This is an ongoing hobby project to explore a bit of parsing refresher.

Think of a tool like jq. This is essentially an experiement to see if I can improve on the execution speed of jq by creating a JSON parser from ground up.

Something almost in the vein of https://github.com/tidwall/gjson.

Stay tuned. I'll be updating this as I get time to hack on it.

About

Yet another json parser in Go


Languages

Language:Go 100.0%