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

Provides an application the notification when the most recent array (as defined by a callback of the startArray method below) has ended.

Matching start array calls will have the same value for the "nestingLevel" parameter.

Parameters
nestingLevel[ out ] Since arrays can be nested the value can be used to match start and end calls.
Returns
SuccessP6R::eOk 
FailureP6R::__