Package jsonint provides tools for working with integers in JSON. This helps to work-around that numbers in JSON are effectively "broken".
Go to file
Charles Iliya Krempeaux 7befe15b0e initail commits 2023-09-25 03:45:19 +09:00
LICENSE initail commits 2023-09-25 03:45:19 +09:00
README.md initail commits 2023-09-25 03:45:19 +09:00

README.md

go-jsonint

Package jsonint provides tools for working with integers in JSON.

This helps to work-around that numbers in JSON are effectively "broken".

Documention

Online documentation, which includes examples, can be found at: http://godoc.org/sourcecode.social/reiver/go-jsonint

GoDoc