aboutsummaryrefslogtreecommitdiff
path: root/core/encoding/json
Commit message (Expand)AuthorAgeFilesLines
* Make core library use `a..<b` rather than doing `a..b-1`gingerBill2019-05-281-4/+4
* Fix som JSON parsing bugs.Kevin Watters2019-04-061-18/+20
* Fix some -vet warnings; change import to core:math/bitsKevin Watters2019-03-253-5/+3
* Fix typo in json/parser.odingingerBill2019-01-141-1/+1
* Update `package json` parser to store the end position on the valuesgingerBill2019-01-142-3/+15
* Make encoding/json use []byte rather than stringgingerBill2019-01-074-18/+67
* json.marshalgingerBill2019-01-061-0/+283
* Support NaN and Infinity for JSON5gingerBill2019-01-062-14/+38
* package json; JSON5 supportgingerBill2019-01-064-48/+319
* Add json.is_valid filegingerBill2019-01-061-0/+98
* Add json.is_validgingerBill2019-01-061-2/+3
* Begin work on `package json`gingerBill2019-01-063-0/+715