cfunction
src/core/parse.c on line 1019 , column 1
(parser/status parser )
Gets the current status of the parser state machine. The status
will be one of:
:pending a value is being parsed.
:error a parsing error was encountered.
:root the parser can either read more values or safely
terminate.