StripNulls returns the JSON document with all object fields that have null values omitted and whether it needs to strip nulls. Stripping nulls is needed only if it contains some object fields having null values.
()
| 200 | // and whether it needs to strip nulls. Stripping nulls is needed only if it contains some |
| 201 | // object fields having null values. |
| 202 | StripNulls() (JSON, bool, error) |
| 203 | |
| 204 | // ObjectIter returns an *ObjectKeyIterator, nil if json is not an object. |
| 205 | ObjectIter() (*ObjectIterator, error) |
no outgoing calls
no test coverage detected