Sort of a working state

This commit is contained in:
Timothy Warren 2020-02-07 21:29:41 -05:00
parent 7e49c40e98
commit 72c3eecf21
1 changed files with 2 additions and 2 deletions

View File

@ -194,8 +194,8 @@ impl JSON {
let mut result = String::new();
while self.chars[self.i] != '"' {
if self.chars[i] == '\\' {
if self.chars[self.i] == '\\' {
todo!();
}
}