Commit History

Author SHA1 Message Date
  Karl Zylinski d7cc166eab Fix for skip_alphanum in JSON tokenizer not checking if first character is non-alphanum. This broke any single-character key when using SJSON specification in combination with not using quoted strings. 2 years ago
  gingerBill 9bc12e3f38 Improve `json.marshal` error handling for `io.Writer`; Add docs for the different JSON specifications 3 years ago
  gingerBill c933054872 Support `json.Specification.MJSON` 3 years ago
  gingerBill 6a271355a6 Add `json.unmarshal` 3 years ago
  gingerBill 251da264ed Remove unneeded semicolons from the core library 4 years ago
  gingerBill effecf8595 Fix typo 4 years ago
  gingerBill db3501f61b [Breaking] Change the layout `json.Value` to be a `union` rather than a `struct` of a `json.Pos` and the union 4 years ago
  gingerBill 86649e6b44 Core library clean up: Make range expressions more consistent and replace uses of `..` with `..=` 4 years ago
  gingerBill fc4fdd588e Remove usage of `do` in core library 4 years ago
  jockus 195dbd658d Added option to parse number as integer, disabled by default 4 years ago
  gingerBill 5fa54fd2cc Commit fix 5 years ago
  gingerBill 8ee7ee7120 Fix core library for the new procedure parameter addressing mode 6 years ago
  Kevin Watters 62f5eb5bca Fix som JSON parsing bugs. 6 years ago
  Kevin Watters e6f9b4fb11 Fix some -vet warnings; change import to core:math/bits 6 years ago
  gingerBill 5af20aa467 Make encoding/json use []byte rather than string 6 years ago
  gingerBill d1b9f3ac74 package json; JSON5 support 6 years ago
  gingerBill c5def60224 Begin work on `package json` 6 years ago