The result object returned by the useJsonParser hook.
API
interface UseJsonParserResult<Output> {}UseJsonParserResult
@typeOutputerror
StreamError | Error | undefinedThe current parser or schema error, if any.
parserState
StreamStateThe current streaming JSON parser state.
value
Output | undefinedThe latest resolved value produced by the schema or parser state.