Skip to content

Commit

Permalink
Make JsonParser public
Browse files Browse the repository at this point in the history
  • Loading branch information
tiehuis committed May 22, 2018
1 parent 698c52e commit 4f4afe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/json.zig
Expand Up @@ -1053,7 +1053,7 @@ pub const Value = union(enum) {
};

// A non-stream JSON parser which constructs a tree of Value's.
const JsonParser = struct {
pub const JsonParser = struct {
allocator: &Allocator,
state: State,
copy_strings: bool,
Expand Down

0 comments on commit 4f4afe1

Please sign in to comment.