aboutsummaryrefslogtreecommitdiff
path: root/core/encoding/json/tokenizer.odin
Commit message (Expand)AuthorAgeFilesLines
* Fix typogingerBill2021-08-151-0/+1
* [Breaking] Change the layout `json.Value` to be a `union` rather than a `stru...gingerBill2021-08-081-0/+6
* Core library clean up: Make range expressions more consistent and replace use...gingerBill2021-06-141-8/+8
* Remove usage of `do` in core librarygingerBill2020-09-231-6/+14
* Added option to parse number as integer, disabled by defaultjockus2020-09-151-3/+4
* Commit fixgingerBill2020-06-161-45/+47
* Fix core library for the new procedure parameter addressing modegingerBill2019-07-151-2/+4
* Fix som JSON parsing bugs.Kevin Watters2019-04-061-18/+20
* Fix some -vet warnings; change import to core:math/bitsKevin Watters2019-03-251-2/+2
* Make encoding/json use []byte rather than stringgingerBill2019-01-071-13/+14
* package json; JSON5 supportgingerBill2019-01-061-18/+164
* Begin work on `package json`gingerBill2019-01-061-0/+322