Commit History

Author SHA1 Message Date
  gingerBill d452758afc Improve MJSON handling 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 f293d7c997 Update package encoding/json for `or_return` 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
  jockus 195dbd658d Added option to parse number as integer, disabled by default 4 years ago
  gingerBill 5fa54fd2cc Commit fix 5 years ago
  gingerBill e8f2fb58d9 Fix `strconv.parse_` usage across other packages 5 years ago
  gingerBill d1c9fd4e01 Implement `#complete switch` by default, replace with `#partial switch` #511 5 years ago
  gingerBill 9db81498d8 Make the `string` type elements "immutable", akin to `char const *` in C 5 years ago
  gingerBill db2eff6847 Fix typo in json/parser.odin 6 years ago
  gingerBill e047d9eb5e Update `package json` parser to store the end position on the values 6 years ago
  gingerBill 5af20aa467 Make encoding/json use []byte rather than string 6 years ago
  gingerBill 08598b9425 Support NaN and Infinity for JSON5 6 years ago
  gingerBill d1b9f3ac74 package json; JSON5 support 6 years ago
  gingerBill 9487f8c92e Add json.is_valid 6 years ago
  gingerBill c5def60224 Begin work on `package json` 6 years ago