Introduction
P6R’s JSON parser provides a C++ implementation of the SAX like interface. Our parser implementation is designed to be high performance and to directly support a streaming IO model. The parser can be invoked with the entire JSON document in one buffer, or the JSON document feed into the parser a chunk at a time [...]
