diff options
Diffstat (limited to 'core/encoding')
| -rw-r--r-- | core/encoding/json/tokenizer.odin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/encoding/json/tokenizer.odin b/core/encoding/json/tokenizer.odin index 7adc062c2..7bd2c5283 100644 --- a/core/encoding/json/tokenizer.odin +++ b/core/encoding/json/tokenizer.odin @@ -112,6 +112,7 @@ get_token :: proc(t: ^Tokenizer) -> (token: Token, err: Error) { return false; } } + return true; case: // Ignore the next rune regardless next_rune(t); |