Skip to content

Commit

Permalink
Make StreamingJsonParser public
Browse files Browse the repository at this point in the history
  • Loading branch information
tiehuis committed May 22, 2018
1 parent bfbe267 commit 698c52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/json.zig
Expand Up @@ -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
Expand Down

0 comments on commit 698c52e

Please sign in to comment.