gingerBill 4 years ago
parent
commit
effecf8595
1 changed files with 1 additions and 0 deletions
  1. 1 0
      core/encoding/json/tokenizer.odin

+ 1 - 0
core/encoding/json/tokenizer.odin

@@ -112,6 +112,7 @@ get_token :: proc(t: ^Tokenizer) -> (token: Token, err: Error) {
 					return false;
 					return false;
 				}
 				}
 			}
 			}
+			return true;
 		case:
 		case:
 			// Ignore the next rune regardless
 			// Ignore the next rune regardless
 			next_rune(t);
 			next_rune(t);