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

A JSON object consists of an unordered set of name/value pairs.

The "name" is a JSON string. This method returns the name part of the name/value pair that appears in a JSON object. This method will be called once for each name/value pair that appears in an object.

Parameters
pName[ in ] The pointer value in this P6JSONSTRING structure is ONLY valid during this callback. An application that wants to keep a copy of the string MUST make a copy during this method call.
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgpName is NULL.