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
|
a422aba578
Json: improved unmarshalling of `using _: T` fields.
|
1 year ago |
gingerBill
|
6d3a57b4ac
Zero `intrinsics.alloca`
|
1 year ago |
gingerBill
|
c7b8f1fb0a
Use `intrinsics.alloca` rather than `context.temp_allocator` in `json.unmarshal_object`
|
1 year ago |
gingerBill
|
5eef29290c
Fix #3250
|
1 year ago |
Kay
|
5f49b8997a
remove return statement from case Type_Info_Enumerated_Array, as it causes early exit in JSON unmarshalling.
|
1 year ago |
gingerBill
|
3e7e779abf
Replace `core:*` to `base:*` where appropriate
|
1 year ago |
gingerBill
|
0b83e3dae5
Enforce naming the parameters with `builtin.quaternion` to reduce confusion
|
1 year ago |
Laytan Laats
|
8c10f4cdde
encoding/json: try to unmarshal into union variants
|
1 year ago |
gingerBill
|
3dec55f009
Replace `x in &y` Use `&v in y` syntax through core & vendor for `switch`/`for` statements
|
2 years ago |
jakubtomsu
|
a6d5f9877f
Convert indentation to tabs
|
2 years ago |
jakubtomsu
|
994825671d
Handle unmarshalling to json.Value
|
2 years ago |
gingerBill
|
986cba584e
Add `runtime.DEFAULT_TEMP_ALLOCATOR_TEMP_GUARD` where appropriate
|
2 years ago |
gingerBill
|
04a1e7d638
Correct json/unmarshal.odin
|
2 years ago |
gingerBill
|
6dd4d1a924
Correct reflection usage of maps
|
2 years ago |
Michael Kutowski
|
f65bdf5733
else statement to allow skipping unused struct fields
|
2 years ago |
gingerBill
|
a6d3cbe824
Correct json.unmarshal for `map`s
|
2 years ago |
gingerBill
|
40bcfc7c8d
Update json/unmarshal.odin for the new `runtime.__dynamic_map_set`
|
3 years ago |
gingerBill
|
db1b7b2d21
Allow for ignored fields in struct for `json.unmarshal`
|
3 years ago |
William Roe
|
d913155972
Fix bug unmarshalling JSON with assertions disabled
|
3 years ago |
gingerBill
|
3ec70c5517
Merge functionality of `#maybe` with the standard 'union' functionality
|
3 years ago |
Phil H
|
a7138b22a5
Fix 'unmarsal' typo
|
3 years ago |
gingerBill
|
a75dc9d86d
Fix minor issue with unmarshal for booleans
|
3 years ago |
gingerBill
|
19ac822e4a
Improve reflect.Type_Info_Complex support
|
3 years ago |
gingerBill
|
9d797ea225
Add more support for complex types
|
3 years ago |
gingerBill
|
c22f2866c7
Remove `fmt` dependency
|
3 years ago |