authorgravatar for marc@tiehu.isMarc Tiehuis <marc@tiehu.is> 2018-05-22 15:32:17+12:00
committergravatar for marc@tiehu.isMarc Tiehuis <marc@tiehu.is> 2018-05-22 15:32:17+12:00
log698c52e7961a78e68be39f4a6216f5c3d55f4f3f
tree0bb80f85d643d87ae19d0471ef6ad6dc4100b76e
parentbfbe26734d4167977fff0d675ff55c68d75dd3be

Make StreamingJsonParser public


1 files changed, 1 insertions(+), 1 deletions(-)

std/json.zig+1-1
......@@ -86,7 +86,7 @@ pub const Token = struct {
8686// parsing state requires ~40-50 bytes of stack space.
8787//
8888// Conforms strictly to RFC8529.
89const StreamingJsonParser = struct {
89pub const StreamingJsonParser = struct {
9090 // Current state
9191 state: State,
9292 // How many bytes we have counted for the current token