diff --git a/std/json.zig b/std/json.zig index 2ea9083e2f96749e9ca19cd1ddb7849f6b63eca1..b73397cd26621f6136e6aee931dd260977acad95 100644 --- a/std/json.zig +++ b/std/json.zig @@ -86,7 +86,7 @@ pub const Token = struct { // parsing state requires ~40-50 bytes of stack space. // // Conforms strictly to RFC8529. -const StreamingJsonParser = struct { +pub const StreamingJsonParser = struct { // Current state state: State, // How many bytes we have counted for the current token