This project is home to my 3 hour 3am json canonical spec implementation!
- Implements Json Canonical Spec (more or less) according to http://gibson042.github.io/canonicaljson-spec/
To test the project, just download the code and run the main_test.go file with
go run main_test.go
If you want to test breaking it I recommend trying to flip the !first boolean in canonicalize then running the tests again.
Change tests to use data file instead of hardcoded cases.
Contributions are always welcome!
http://gibson042.github.io/canonicaljson-spec/