Feoramund
|
309a770cbf
Fix `omitempty` in `json.marshal`
|
1 year ago |
gingerBill
|
334e08c750
Update numerous package declaration names
|
1 year ago |
gingerBill
|
fd487f66bc
Add `json:"name,omitempty"`
|
1 year ago |
gingerBill
|
d0dc7395e9
Allow for comma-separate json names `json:"name,flag"`
|
1 year ago |
Laytan Laats
|
3a0df80066
correct newly found vets
|
1 year ago |
Franz Höltermann
|
92a5666c1c
Json: fields on structs like 'using _: T' will now have T's fields
|
1 year ago |
gingerBill
|
c05a92ab3e
Merge pull request #3215 from blob1807/json-better-enum-support
|
1 year ago |
gingerBill
|
8d496dc3d0
Fix #3173
|
1 year ago |
gingerBill
|
5eef29290c
Fix #3250
|
1 year ago |
blob1807
|
b419615002
Apply suggestions from code review
|
1 year ago |
blob1807
|
116edb9052
convert spaces to tabs
|
1 year ago |
blob1807
|
9070e613a4
Return underlining value instead of panicing
|
1 year ago |
blob1807
|
41fbaaf1d3
changed to use reflect.enum_name_from_value_any
|
1 year ago |
blob1807
|
f14babe419
Merge branch 'odin-lang:master' into json-better-enum-support
|
1 year ago |
gingerBill
|
a4b8c1ea17
Begin work adding `bit_field`
|
1 year ago |
blob1807
|
a95cead8e7
add all inter types to switch
|
1 year ago |
blob1807
|
c276b1c0bc
replace spaces with tabs
|
1 year ago |
blob1807
|
b39ef29ec6
add missing comma
|
1 year ago |
blob1807
|
b2b8b14955
Add better support for Enums in json
|
1 year ago |
blob1807
|
7e0473dded
Revert json union fix
|
1 year ago |
blob1807
|
14ee2181cb
Fix bug https://github.com/odin-lang/Odin/issues/3173
|
1 year ago |
gingerBill
|
3e7e779abf
Replace `core:*` to `base:*` where appropriate
|
1 year ago |
Karl Zylinski
|
9d067ae562
Made sure temp guard for sorting map keys in json marshal code ignores temp allocator
|
1 year ago |
Karl Zylinski
|
942e91f94c
Added temp allocator guard to json.marshal, in case we temp alloc when sorting map kesy
|
1 year ago |
Karl Zylinski
|
d8f06ed557
Reversed order of sort_maps_by_key check in marshal.odin to make PR comparison clearer.
|
1 year ago |
Karl Zylinski
|
a73ff00b02
Indentation fix.
|
1 year ago |
Karl Zylinski
|
a58a08c0c3
JSON: Option to sort marshaled maps before outputting. Also added a json.clone_value proc
|
1 year ago |
gingerBill
|
14adcb9db8
Use `or_break` and `or_continue` where appropriate in the core library
|
1 year ago |
RLGingerBiscuit
|
187a475b84
json.marshal: Don't output spaces if pretty=false
|
2 years ago |
gingerBill
|
c91898a888
Remove #relative slices; Replace with #relative multi-pointers
|
2 years ago |