aboutsummaryrefslogtreecommitdiff
path: root/core/encoding/json/marshal.odin
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3215 from blob1807/json-better-enum-supportgingerBill2024-03-061-1/+15
|\
| * Apply suggestions from code review blob18072024-03-041-2/+2
| * convert spaces to tabsblob18072024-03-041-1/+1
| * Return underlining value instead of panicingblob18072024-03-041-4/+6
| * changed to use reflect.enum_name_from_value_anyblob18072024-03-011-34/+2
| * Merge branch 'odin-lang:master' into json-better-enum-supportblob18072024-03-011-0/+3
| |\
| * | add all inter types to switchblob18072024-02-211-3/+27
| * | replace spaces with tabsblob18072024-02-211-19/+19
| * | add missing commablob18072024-02-211-1/+1
| * | Add better support for Enums in jsonblob18072024-02-211-1/+21
| * | Revert json union fixblob18072024-02-211-9/+0
| * | Fix bug https://github.com/odin-lang/Odin/issues/3173blob18072024-02-211-0/+9
* | | Fix #3173gingerBill2024-03-061-0/+5
* | | Fix #3250gingerBill2024-03-061-1/+3
| |/ |/|
* | Begin work adding `bit_field`gingerBill2024-02-221-0/+3
|/
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-1/+1
* Made sure temp guard for sorting map keys in json marshal code ignores temp a...Karl Zylinski2024-01-221-3/+3
* Added temp allocator guard to json.marshal, in case we temp alloc when sortin...Karl Zylinski2023-11-011-0/+3
* Reversed order of sort_maps_by_key check in marshal.odin to make PR compariso...Karl Zylinski2023-11-011-26/+26
* Indentation fix.Karl Zylinski2023-11-011-3/+3
* JSON: Option to sort marshaled maps before outputting. Also added a json.clon...Karl Zylinski2023-11-011-38/+94
* Use `or_break` and `or_continue` where appropriate in the core librarygingerBill2023-09-301-5/+4
* json.marshal: Don't output spaces if pretty=falseRLGingerBiscuit2023-08-251-6/+6
* Remove #relative slices; Replace with #relative multi-pointersgingerBill2023-08-051-1/+1
* fix #2550 json encoding should use surrogate pairs per RFC7159Laytan Laats2023-05-221-3/+3
* Fix typo in marshal.odinIkko Eltociear Ashimine2023-04-271-2/+2
* Rename to `Type_Info_Parameters`gingerBill2023-02-081-1/+1
* Fix json.marshal for `map[string]string`gingerBill2023-01-241-0/+4
* Fix json marshal for mapsgingerBill2022-11-081-2/+2
* Correct reflection usage of mapsgingerBill2022-11-081-14/+11
* Add missing importgingerBill2022-09-141-1/+2
* Use `json` field tag for `json.marshal`gingerBill2022-09-141-1/+5
* Fixed marshal_to_writer not supporting i128Despacito6969692022-08-261-0/+1
* Update marshal.odinMichael Kutowski2022-08-121-1/+1
* add new soa type, my bad wasnt on masterMichael Kutowski2022-08-121-0/+3
* switch styling and opt.spaces maxMichael Kutowski2022-08-121-59/+44
* Merge branch 'master' into pretty-json-2gingerBill2022-08-111-1/+4
|\
| * Add `#soa` pointer type to aid with refactoring to `#soa` data typesgingerBill2022-08-081-0/+3
| * Rename strings.Builder procedures to be consistent with the rest of the core ...gingerBill2022-07-111-2/+2
* | add uint as hex optionMichael Kutowski2022-08-081-10/+21
* | ...bad pasteMichael Kutowski2022-08-051-8/+17
* | marshal output options with pretty option and other configMichael Kutowski2022-08-051-51/+214
|/
* Minor fixgingerBill2022-06-111-1/+1
* 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