aboutsummaryrefslogtreecommitdiff
path: root/core/encoding/json/validator.odin
Commit message (Expand)AuthorAgeFilesLines
* Added parse_integers optional to validationjockus2020-09-151-2/+2
* Added option to parse number as integer, disabled by defaultjockus2020-09-151-1/+1
* Commit fixgingerBill2020-06-161-15/+15
* Implement `#complete switch` by default, replace with `#partial switch` #511gingerBill2019-12-221-9/+8
* Make encoding/json use []byte rather than stringgingerBill2019-01-071-1/+1
* Support NaN and Infinity for JSON5gingerBill2019-01-061-14/+16
* package json; JSON5 supportgingerBill2019-01-061-9/+32
* Add json.is_valid filegingerBill2019-01-061-0/+98