mirror of
https://github.com/ziglang/zig.git
synced 2026-02-16 06:18:32 +00:00
Make StreamingJsonParser public
This commit is contained in:
parent
bfbe26734d
commit
698c52e796
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user