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 b499a1e144 initail commits 2023-09-25 03:50:16 +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
errors.go initail commits 2023-09-25 03:47:23 +09:00
go.mod initail commits 2023-09-25 03:50:16 +09:00
go.sum initail commits 2023-09-25 03:50:16 +09:00
int.go initail commits 2023-09-25 03:47:23 +09:00
int_marshaljson_test.go initail commits 2023-09-25 03:50:04 +09:00
int_unmarshaljson_test.go initail commits 2023-09-25 03:50:04 +09:00
isnumeric.go initail commits 2023-09-25 03:46:24 +09:00
isnumeric_test.go initail commits 2023-09-25 03:46:24 +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