mirror of
https://github.com/ziglang/zig.git
synced 2026-02-14 21:38:33 +00:00
Make JsonParser public
This commit is contained in:
parent
698c52e796
commit
4f4afe186d
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user