The current piece of JSON
The next expected parser state from a stream
The current index in a buffer parsing process
Is the parser parsing a number now
The current match value after RegExp execution
The current parent of a parsed structure
Dictionary with RegExp-s to different types of data
An array of parent objects for the current parsed structure
The current parsed value
Closes all unclosed tokens and returns a Generator of tokens. The method must be called after the end of parsing.
Processes the passed JSON chunk and yields tokens via an asynchronous Generator
Parses the specified iterable object as a JSON stream and yields tokens via a Generator
Parses the specified iterable object as a JSON stream and yields tokens or values via a Generator
Accumulator for the current parsed structure