ObjectIter returns an *ObjectKeyIterator, nil if json is not an object.
()
| 126 | |
| 127 | // ObjectIter returns an *ObjectKeyIterator, nil if json is not an object. |
| 128 | ObjectIter() (*ObjectIterator, error) |
| 129 | |
| 130 | // isScalar returns whether the JSON document is null, true, false, a string, |
| 131 | // or a number. |
no outgoing calls
no test coverage detected