doRe: Help with Streaming and Chunk Processing for Large JSON Data (60 GB) from Kenna API
Greg Ewing
greg.ewing at canterbury.ac.nz
Thu Oct 3 03:08:35 EDT 2024
On 3/10/24 11:48 am, Left Right wrote:
> So, streaming parsers (eg. SAX) are written for a regular language
> that approximates XML.
SAX doesn't parse a whole XML document, it parses small pieces of it
independently and passes them on. It's more like a lexical analyser than
a parser in that respect.
--
Greg
More information about the Python-list
mailing list