gingerBill
|
6179d4feb1
Rename to `Type_Info_Parameters`
|
2 years ago |
gingerBill
|
450a602230
Fix json.marshal for `map[string]string`
|
2 years ago |
gingerBill
|
6a4e44607c
Fix json marshal for maps
|
2 years ago |
gingerBill
|
6dd4d1a924
Correct reflection usage of maps
|
2 years ago |
gingerBill
|
1e595f2e26
Add missing import
|
3 years ago |
gingerBill
|
28ad4f8623
Use `json` field tag for `json.marshal`
|
3 years ago |
Despacito696969
|
ecfea027a0
Fixed marshal_to_writer not supporting i128
|
3 years ago |
Michael Kutowski
|
b739044e69
Update marshal.odin
|
3 years ago |
Michael Kutowski
|
9e0107c9fc
add new soa type, my bad wasnt on master
|
3 years ago |
Michael Kutowski
|
107e016508
switch styling and opt.spaces max
|
3 years ago |
gingerBill
|
57b20e634b
Merge branch 'master' into pretty-json-2
|
3 years ago |
Michael Kutowski
|
425dec8bb8
add uint as hex option
|
3 years ago |
gingerBill
|
5e3cf45df3
Add `#soa` pointer type to aid with refactoring to `#soa` data types
|
3 years ago |
Michael Kutowski
|
53e0d182af
...bad paste
|
3 years ago |
Michael Kutowski
|
a6fa41e290
marshal output options with pretty option and other config
|
3 years ago |
gingerBill
|
c90b7c38f1
Rename strings.Builder procedures to be consistent with the rest of the core library
|
3 years ago |
gingerBill
|
38ff2a3ed9
Minor fix
|
3 years ago |
gingerBill
|
1baeb9406f
Utilize `union #shared_nil` in more places
|
3 years ago |
gingerBill
|
f0529535e0
`ODIN_ENDIAN` changed to an enum constant; `ODIN_ENUM_STRING` is the new string version of the old constant
|
3 years ago |
Daniel Gavin
|
5b074ceee5
Add json encoding test + fix enum not being set on success.
|
3 years ago |
gingerBill
|
cdf881a378
Fix json.marshal for Matrix
|
3 years ago |
gingerBill
|
2d2e3ed6a1
Remove dead code
|
3 years ago |
gingerBill
|
9d797ea225
Add more support for complex types
|
3 years ago |
gingerBill
|
aac290e366
Clean up `json.marshal_to_writer`
|
3 years ago |
gingerBill
|
c22f2866c7
Remove `fmt` dependency
|
3 years ago |
gingerBill
|
9bc12e3f38
Improve `json.marshal` error handling for `io.Writer`; Add docs for the different JSON specifications
|
3 years ago |
gingerBill
|
720884e0f1
Strip even more semicolons if followed by a `}` or `)` on the same line
|
4 years ago |
gingerBill
|
251da264ed
Remove unneeded semicolons from the core library
|
4 years ago |
gingerBill
|
18a0fa02c5
Add multi pointers to core
|
4 years ago |
gingerBill
|
db3501f61b
[Breaking] Change the layout `json.Value` to be a `union` rather than a `struct` of a `json.Pos` and the union
|
4 years ago |