ObjectIter returns an *ObjectKeyIterator, nil if json is not an object.
()
| 203 | |
| 204 | // ObjectIter returns an *ObjectKeyIterator, nil if json is not an object. |
| 205 | ObjectIter() (*ObjectIterator, error) |
| 206 | |
| 207 | // isScalar returns whether the JSON document is null, true, false, a string, |
| 208 | // or a number. |
no outgoing calls
no test coverage detected