pitrou commented on PR #46372: URL: https://github.com/apache/arrow/pull/46372#issuecomment-2911515974
Since there seems to be a controversy about a good API for this, how about we start with something lower-level, such as a SAX-like parser (i.e. event-driven)? Then we can build up a higher-level API on top of it once we know which kind of API would be efficient? An example of event-driven API is [in RapidJSON](https://rapidjson.org/md_doc_sax.html). (of course, we should use more modern C++ features) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org