| ... | @@ -86,7 +86,7 @@ pub const Token = struct { | ... | @@ -86,7 +86,7 @@ pub const Token = struct { |
| 86 | // parsing state requires ~40-50 bytes of stack space. | 86 | // parsing state requires ~40-50 bytes of stack space. |
| 87 | // | 87 | // |
| 88 | // Conforms strictly to RFC8529. | 88 | // Conforms strictly to RFC8529. |
| 89 | const StreamingJsonParser = struct { | 89 | pub const StreamingJsonParser = struct { |
| 90 | // Current state | 90 | // Current state |
| 91 | state: State, | 91 | state: State, |
| 92 | // How many bytes we have counted for the current token | 92 | // How many bytes we have counted for the current token |