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
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix unmarshalling bit sets in json
Laytan Laats
2025-03-22
1
-2
/
+18
*
encoding/json: marshal enumerated arrays to objects with key-value pairs
jkenda
2025-02-01
1
-3
/
+13
*
Remove unnecessary string() conversion.
dozn
2024-12-28
1
-1
/
+1
*
Use Struct Tags For Embedded (with `using`) Structs When Unmarshalling JSON
dozn
2024-12-28
1
-1
/
+1
*
fix #4536 - stack buffer overflow for size_of 0 types in struct unmarshal
Laytan Laats
2024-12-06
1
-1
/
+1
*
Merge pull request #4562 from dozn/patch-1
gingerBill
2024-12-06
1
-3
/
+3
|
\
|
*
Move Struct Field Zipping Outside of JSON Token Loop
dozn
2024-12-05
1
-3
/
+3
*
|
Fix #4537
gingerBill
2024-12-05
1
-0
/
+1
|
/
*
Fix #4549
gingerBill
2024-12-02
1
-1
/
+1
*
fix unmarshal unhandled error (#4515)
o:tone
2024-11-25
1
-1
/
+1
*
Check for more errors in json.unmarshal
gingerBill
2024-11-14
1
-15
/
+34
*
Remove relative types from json marshaller
gingerBill
2024-11-14
1
-6
/
+0
*
encoding/json: fix leak when string is unmarshalled into non-string field
Laytan Laats
2024-10-19
1
-5
/
+10
*
unmarshal bitset ints like cbor does
jakubtomsu
2024-09-04
1
-1
/
+24
*
Allow json to unmarshal empty struct.
Jeroen van Rijn
2024-07-21
1
-2
/
+1
*
Merge pull request #3910 from VladPavliuk/json-add-int-key-map-support
gingerBill
2024-07-14
2
-41
/
+67
|
\
|
*
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
2
-41
/
+67
*
|
|
Reduce the size of `runtime.Type_Info`
gingerBill
2024-07-14
2
-2
/
+2
|
|
/
|
/
|
*
|
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
3
-41
/
+42
|
\
|
*
Port `tests\core\encoding\json`
Jeroen van Rijn
2024-06-02
3
-41
/
+42
*
|
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
2
-2
/
+2
*
Update numerous package declaration names
gingerBill
2024-04-18
6
-6
/
+6
*
Add `json:"name,omitempty"`
gingerBill
2024-04-10
2
-10
/
+60
*
Allow for comma-separate json names `json:"name,flag"`
gingerBill
2024-04-10
2
-1
/
+11
*
correct newly found vets
Laytan Laats
2024-04-03
2
-13
/
+12
*
Json: improved unmarshalling of `using _: T` fields.
Franz Höltermann
2024-03-27
1
-9
/
+41
*
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
|
*
|
Merge branch 'master' of https://github.com/blob1807/Odin
blob1807
2024-02-21
1
-1
/
+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
*
|
|
|
Zero `intrinsics.alloca`
gingerBill
2024-03-06
1
-2
/
+5
*
|
|
|
Use `intrinsics.alloca` rather than `context.temp_allocator` in `json.unmarsh...
gingerBill
2024-03-06
1
-5
/
+8
[next]