ObjectIter returns an *ObjectKeyIterator, nil if json is not an object.
()
| 141 | |
| 142 | // ObjectIter returns an *ObjectKeyIterator, nil if json is not an object. |
| 143 | ObjectIter() (*ObjectIterator, error) |
| 144 | |
| 145 | // isScalar returns whether the JSON document is null, true, false, a string, |
| 146 | // or a number. |
no outgoing calls
no test coverage detected