Exists implements the `?` operator.
(string)
| 133 | |
| 134 | // Exists implements the `?` operator. |
| 135 | Exists(string) (bool, error) |
| 136 | |
| 137 | // StripNulls returns the JSON document with all object fields that have null values omitted |
| 138 | // and whether it needs to strip nulls. Stripping nulls is needed only if it contains some |
no outgoing calls
no test coverage detected