Documentation
¶
Overview ¶
Package jsonutil provides utilities for working with JSON streams.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PartialParser ¶
type PartialParser struct {
// contains filtered or unexported fields
}
PartialParser parses potentially incomplete JSON objects, returning the best result so far. It guarantees monotonic non-regression: once a key is parsed, subsequent calls never drop it even if the raw JSON temporarily becomes harder to repair.
Click to show internal directories.
Click to hide internal directories.