Parse negative numbers
Add test
Add gitignore, update README
This is a small utility for interacting with JSON using Go, with zero external dependencies. This code is not production ready and is for educational use only. Currently the goal is to make this an "optimistic" parser, meaning that it will parse all valid JSON documents, but the behaviour of invalid JSON documents may not be well defined.
You can use jenna
by cloning the repo and running:
go build
./jenna example.json
This should print the json file included in the repository.