aboutsummaryrefslogtreecommitdiff
path: root/core/encoding/json/parser.odin
Commit message (Expand)AuthorAgeFilesLines
* Added option to parse number as integer, disabled by defaultjockus2020-09-151-4/+5
* Commit fixgingerBill2020-06-161-44/+45
* Fix `strconv.parse_` usage across other packagesgingerBill2020-05-091-2/+4
* Implement `#complete switch` by default, replace with `#partial switch` #511gingerBill2019-12-221-2/+2
* Make the `string` type elements "immutable", akin to `char const *` in CgingerBill2019-12-011-2/+2
* Fix typo in json/parser.odingingerBill2019-01-141-1/+1
* Update `package json` parser to store the end position on the valuesgingerBill2019-01-141-2/+14
* Make encoding/json use []byte rather than stringgingerBill2019-01-071-2/+2
* Support NaN and Infinity for JSON5gingerBill2019-01-061-0/+22
* package json; JSON5 supportgingerBill2019-01-061-21/+118
* Add json.is_validgingerBill2019-01-061-2/+3
* Begin work on `package json`gingerBill2019-01-061-0/+323