Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IJSONContentHandler::endDocument ( void  )
pure virtual

Provides an application the notification when the end of the JSON input document has been reached by the parser.

This JSON parser is streaming, and thus the end of the JSON document might appear after several different buffers have been parsed.

Returns
SuccessP6R::eOk 
FailureP6R::__