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