aboutsummaryrefslogtreecommitdiff
path: root/core/encoding/json/marshal.odin
Commit message (Expand)AuthorAgeFilesLines
* Utilize `union #shared_nil` in more placesgingerBill2022-03-241-3/+4
* `ODIN_ENDIAN` changed to an enum constant; `ODIN_ENUM_STRING` is the new stri...gingerBill2022-01-151-2/+2
* Add json encoding test + fix enum not being set on success.Daniel Gavin2021-11-071-2/+2
* Fix json.marshal for MatrixgingerBill2021-10-201-0/+3
* Remove dead codegingerBill2021-10-021-17/+0
* Add more support for complex typesgingerBill2021-09-291-11/+10
* Clean up `json.marshal_to_writer`gingerBill2021-09-291-36/+12
* Remove `fmt` dependencygingerBill2021-09-291-2/+0
* Improve `json.marshal` error handling for `io.Writer`; Add docs for the diffe...gingerBill2021-09-291-96/+151
* Strip even more semicolons if followed by a `}` or `)` on the same linegingerBill2021-08-311-5/+5
* Remove unneeded semicolons from the core librarygingerBill2021-08-311-155/+155
* Add multi pointers to coregingerBill2021-08-211-0/+3
* [Breaking] Change the layout `json.Value` to be a `union` rather than a `stru...gingerBill2021-08-081-60/+58
* Implement `f16` functionalitygingerBill2021-04-011-0/+1
* Remove `#opaque` typesgingerBill2021-02-231-3/+0
* Remove `bit_field` in type info, runtime, and general core librarygingerBill2021-02-191-28/+0
* vet all core packagesgingerBill2021-01-091-1/+0
* Integrate `package io` into core librarygingerBill2020-12-031-2/+3
* Remove unused variablegingerBill2020-11-251-2/+0
* Update package json for new map layout; Correct llvm-api includes for *nixgingerBill2020-11-251-4/+4
* Remove usage of `do` in core librarygingerBill2020-09-231-9/+15
* [REFLECTION BREAKING] Modify the internals of the `map` type to increase perf...gingerBill2020-09-071-5/+1
* Commit fixgingerBill2020-06-161-14/+30
* 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-7/+7
* 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-151-2/+2
* Make core library use `a..<b` rather than doing `a..b-1`gingerBill2019-05-281-4/+4
* Fix slicing issue; Change path of math/bits in package json #363gingerBill2019-03-301-1/+1
* Make encoding/json use []byte rather than stringgingerBill2019-01-071-2/+50
* json.marshalgingerBill2019-01-061-0/+283