jansson icon indicating copy to clipboard operation
jansson copied to clipboard

Incremental/restartable parser

Open akheron opened this issue 15 years ago • 1 comments

Implement an incremental/restartable parser that doesn’t require all the input available when the parsing begins, i.e. the user could feed the parser with input data as soon as it is available. This requires some major refactoring to the parser, the lexer and the UTF-8 input layer.

akheron avatar Oct 27 '10 11:10 akheron

Isn't this essentially done using json_load_callback?

phst avatar Dec 25 '17 21:12 phst