aboutsummaryrefslogtreecommitdiff
path: root/core/encoding/json/parser.odin
Commit message (Expand)AuthorAgeFilesLines
* 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