index
:
odin/Odin.git
bill/all_or_none
bill/any-type-switch-if-else
bill/change-license
bill/compiler-optimizations-2025-09
bill/conditional-zero
bill/const-union
bill/dir-organization
bill/disallow-128-bit
bill/fix-current-os-package
bill/fix-data-races-2026-02
bill/force-type-assert
bill/global-variable-distribution
bill/init-fini-changes
bill/integer-concatenation
bill/io-error-changes
bill/must-tail
bill/new-slice-sort
bill/range-init
bill/remove-test-suffix
bill/shared-partial-return-memory
bill/subtype-type-info
bill/typeid-sip-hash
bill/utf16-strings
core-flags
core_os2_revamp
custom-math-sin
fix-4225
llvm-12-support
master
middle-end
mimalloc
mv/libc-errors
new_os
orca-dev
text-template
update-tilde
windows-llvm-11.1.0
windows-llvm-12.0.1
windows-llvm-13.0.0
Odin Programming Language
Odin Lang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
encoding
/
json
/
marshal.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Begin supporting `string16` across the core library
gingerBill
2025-08-02
1
-4
/
+4
*
Clarify `strconv.append_*` to `strconv.write_*`
Feoramund
2025-06-05
1
-4
/
+4
*
encoding/json: marshal enumerated arrays to objects with key-value pairs
jkenda
2025-02-01
1
-3
/
+13
*
Remove relative types from json marshaller
gingerBill
2024-11-14
1
-6
/
+0
*
Merge pull request #3910 from VladPavliuk/json-add-int-key-map-support
gingerBill
2024-07-14
1
-33
/
+45
|
\
|
*
Merge branch 'master' into json-add-int-key-map-support
VladPavliuk
2024-07-14
1
-0
/
+5
|
|
\
|
*
|
Allow to `marshal` and `unmarshal` maps with int keys
VladPavliuk
2024-07-13
1
-33
/
+45
*
|
|
Reduce the size of `runtime.Type_Info`
gingerBill
2024-07-14
1
-1
/
+1
|
|
/
|
/
|
*
|
Align ignore syntax of json tags with fmt, cbor
VladPavliuk
2024-07-14
1
-3
/
+6
*
|
Add support of `ignore` tag for `json.marshal`
VladPavliuk
2024-07-13
1
-1
/
+3
|
/
*
Fix loads of indentation issues with mixing spaces and tabs
gingerBill
2024-06-29
1
-4
/
+4
*
Merge branch 'odin-lang:master' into fix-omitempty-comma
korvahkh
2024-06-13
1
-2
/
+2
|
\
|
*
Port `tests\core\encoding\json`
Jeroen van Rijn
2024-06-02
1
-2
/
+2
*
|
encoding/json: Fix struct marshal() emitting comma after omitted field
korvahkh
2024-05-27
1
-15
/
+17
|
/
*
fix(core/encoding/json): remove Unsupported_Type return when marshalling bit_set
IllusionMan1212
2024-05-25
1
-2
/
+0
*
encoding/json: Properly marshal `#no_nil` unions
korvahkh
2024-05-11
1
-5
/
+8
*
Fix `omitempty` in `json.marshal`
Feoramund
2024-04-27
1
-1
/
+1
*
Update numerous package declaration names
gingerBill
2024-04-18
1
-1
/
+1
*
Add `json:"name,omitempty"`
gingerBill
2024-04-10
1
-8
/
+56
*
Allow for comma-separate json names `json:"name,flag"`
gingerBill
2024-04-10
1
-0
/
+1
*
correct newly found vets
Laytan Laats
2024-04-03
1
-11
/
+10
*
Json: fields on structs like 'using _: T' will now have T's fields
Franz Höltermann
2024-03-26
1
-14
/
+27
*
Merge pull request #3215 from blob1807/json-better-enum-support
gingerBill
2024-03-06
1
-1
/
+15
|
\
|
*
Apply suggestions from code review
blob1807
2024-03-04
1
-2
/
+2
|
*
convert spaces to tabs
blob1807
2024-03-04
1
-1
/
+1
|
*
Return underlining value instead of panicing
blob1807
2024-03-04
1
-4
/
+6
|
*
changed to use reflect.enum_name_from_value_any
blob1807
2024-03-01
1
-34
/
+2
|
*
Merge branch 'odin-lang:master' into json-better-enum-support
blob1807
2024-03-01
1
-0
/
+3
|
|
\
|
*
|
add all inter types to switch
blob1807
2024-02-21
1
-3
/
+27
|
*
|
replace spaces with tabs
blob1807
2024-02-21
1
-19
/
+19
|
*
|
add missing comma
blob1807
2024-02-21
1
-1
/
+1
|
*
|
Add better support for Enums in json
blob1807
2024-02-21
1
-1
/
+21
|
*
|
Revert json union fix
blob1807
2024-02-21
1
-9
/
+0
|
*
|
Fix bug https://github.com/odin-lang/Odin/issues/3173
blob1807
2024-02-21
1
-0
/
+9
*
|
|
Fix #3173
gingerBill
2024-03-06
1
-0
/
+5
*
|
|
Fix #3250
gingerBill
2024-03-06
1
-1
/
+3
|
|
/
|
/
|
*
|
Begin work adding `bit_field`
gingerBill
2024-02-22
1
-0
/
+3
|
/
*
Replace `core:*` to `base:*` where appropriate
gingerBill
2024-01-28
1
-1
/
+1
*
Made sure temp guard for sorting map keys in json marshal code ignores temp a...
Karl Zylinski
2024-01-22
1
-3
/
+3
*
Added temp allocator guard to json.marshal, in case we temp alloc when sortin...
Karl Zylinski
2023-11-01
1
-0
/
+3
*
Reversed order of sort_maps_by_key check in marshal.odin to make PR compariso...
Karl Zylinski
2023-11-01
1
-26
/
+26
*
Indentation fix.
Karl Zylinski
2023-11-01
1
-3
/
+3
*
JSON: Option to sort marshaled maps before outputting. Also added a json.clon...
Karl Zylinski
2023-11-01
1
-38
/
+94
*
Use `or_break` and `or_continue` where appropriate in the core library
gingerBill
2023-09-30
1
-5
/
+4
*
json.marshal: Don't output spaces if pretty=false
RLGingerBiscuit
2023-08-25
1
-6
/
+6
*
Remove #relative slices; Replace with #relative multi-pointers
gingerBill
2023-08-05
1
-1
/
+1
*
fix #2550 json encoding should use surrogate pairs per RFC7159
Laytan Laats
2023-05-22
1
-3
/
+3
*
Fix typo in marshal.odin
Ikko Eltociear Ashimine
2023-04-27
1
-2
/
+2
*
Rename to `Type_Info_Parameters`
gingerBill
2023-02-08
1
-1
/
+1
*
Fix json.marshal for `map[string]string`
gingerBill
2023-01-24
1
-0
/
+4
[next]