|
pure virtual |
Provides an application the notification when a new JSON object has been detected.
A JSON object is defined by the '{' character and ends with the matching '}' character. (See www.json.org)
| nestingLevel | [ out ] Since objects can be nested the value can be used to match start and end calls. |
| Success | P6R::eOk | |
| Failure | P6R::__ |