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