aboutsummaryrefslogtreecommitdiff
path: root/core/encoding/json
Commit message (Expand)AuthorAgeFilesLines
* Change implicit semicolon rules for record types within procedure bodies; Upd...gingerBill2019-10-061-4/+3
* Remove `package types` and merge with `package reflect`gingerBill2019-08-131-2/+2
* Fix core library for the new procedure parameter addressing modegingerBill2019-07-152-4/+6
* 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