aboutsummaryrefslogtreecommitdiff
path: root/core/encoding/json/validator.odin
Commit message (Collapse)AuthorAgeFilesLines
* Fix standard json parsing / unmarshalling issue for pure arraysSylphrena2025-12-291-4/+4
|
* Update numerous package declaration namesgingerBill2024-04-181-1/+1
|
* Improve MJSON handlinggingerBill2021-09-281-0/+7
|
* Support `json.Specification.MJSON`gingerBill2021-09-281-38/+33
| | | | https://bitsquid.blogspot.com/2009/10/simplified-json-notation.html
* Add `json.unmarshal`gingerBill2021-09-251-1/+1
|
* Remove unneeded semicolons from the core librarygingerBill2021-08-311-37/+37
|
* 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