| author | |
| committer | |
| log | 698c52e7961a78e68be39f4a6216f5c3d55f4f3f |
| tree | 0bb80f85d643d87ae19d0471ef6ad6dc4100b76e |
| parent | bfbe26734d4167977fff0d675ff55c68d75dd3be |
1 files changed, 1 insertions(+), 1 deletions(-)
std/json.zig+1-1| ... | ... | @@ -86,7 +86,7 @@ pub const Token = struct { |
| 86 | 86 | // parsing state requires ~40-50 bytes of stack space. |
| 87 | 87 | // |
| 88 | 88 | // Conforms strictly to RFC8529. |
| 89 | const StreamingJsonParser = struct { | |
| 89 | pub const StreamingJsonParser = struct { | |
| 90 | 90 | // Current state |
| 91 | 91 | state: State, |
| 92 | 92 | // How many bytes we have counted for the current token |