aboutsummaryrefslogtreecommitdiff
path: root/core/encoding/json/parser.odin
Commit message (Expand)AuthorAgeFilesLines
* [json/unmarshal] Fix quoted strings.Jeroen van Rijn2022-04-191-0/+6
* Revert "Fix unmarshal for escaped strings."Jeroen van Rijn2022-04-191-5/+0
* Fix unmarshal for escaped strings.Jeroen van Rijn2022-04-191-0/+5
* Add json encoding test + fix enum not being set on success.Daniel Gavin2021-11-071-3/+4
* Improve MJSON handlinggingerBill2021-09-281-18/+16
* Support `json.Specification.MJSON`gingerBill2021-09-281-57/+74
* Add `json.unmarshal`gingerBill2021-09-251-19/+35
* Remove unneeded semicolons from the core librarygingerBill2021-08-311-203/+203
* Update package encoding/json for `or_return`gingerBill2021-08-151-24/+6
* [Breaking] Change the layout `json.Value` to be a `union` rather than a `stru...gingerBill2021-08-081-24/+10
* Core library clean up: Make range expressions more consistent and replace use...gingerBill2021-06-141-6/+6
* 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