b0b3e735f4
Floating point numbers are not allowed in canonical JSON. Neither are leading zeros or "minus 0" for integers. according to http://wiki.laptop.org/go/Canonical_JSON Signed-off-by: Jessica Frazelle <acidburn@docker.com> |
||
---|---|---|
canonical/json | ||
.gitignore | ||
Makefile | ||
README.md |
README.md
This is a repository used for building go packages based off upstream with small patches.
It is only used so far for a canonical json pkg.
I hope we do not need to use it for anything else in the future.
To update:
$ make update
This will nuke the current package, clone upstream and apply the patch.