.. |
marshal.odin
|
14adcb9db8
Use `or_break` and `or_continue` where appropriate in the core library
|
1 year ago |
parser.odin
|
f1872f495a
Fix bug with index increment in `unquote_string`
|
1 year ago |
tokenizer.odin
|
d7cc166eab
Fix for skip_alphanum in JSON tokenizer not checking if first character is non-alphanum. This broke any single-character key when using SJSON specification in combination with not using quoted strings.
|
2 years ago |
types.odin
|
1e4a4181e2
Typo
|
2 years ago |
unmarshal.odin
|
3dec55f009
Replace `x in &y` Use `&v in y` syntax through core & vendor for `switch`/`for` statements
|
2 years ago |
validator.odin
|
d452758afc
Improve MJSON handling
|
3 years ago |