Sort of a working state
This commit is contained in:
parent
7e49c40e98
commit
72c3eecf21
@ -194,8 +194,8 @@ impl JSON {
|
|||||||
let mut result = String::new();
|
let mut result = String::new();
|
||||||
|
|
||||||
while self.chars[self.i] != '"' {
|
while self.chars[self.i] != '"' {
|
||||||
if self.chars[i] == '\\' {
|
if self.chars[self.i] == '\\' {
|
||||||
|
todo!();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user