AsArray returns the JSON document as an Array if it is a array type, and a boolean indicating if this JSON value is a array type.
()
| 188 | // AsArray returns the JSON document as an Array if it is a array type, |
| 189 | // and a boolean indicating if this JSON value is a array type. |
| 190 | AsArray() ([]JSON, bool) |
| 191 | |
| 192 | // Exists implements the `?` operator: does the string exist as a top-level |
| 193 | // key within the JSON value? |
no outgoing calls
no test coverage detected