Reset this tokenizer to use the specified json as a source object for tokens.
All state associated with a previously specified source object (if any) is discarded. The behavior is undefined unless json->isArray() or json->isObject().
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| json | source JSON array or object |