AsText returns the JSON document as a string, with quotes around strings removed, and null as nil.
()
| 115 | |
| 116 | // AsText returns the JSON document as a string, with quotes around strings removed, and null as nil. |
| 117 | AsText() (*string, error) |
| 118 | |
| 119 | // Exists implements the `?` operator. |
| 120 | Exists(string) (bool, error) |
no outgoing calls
no test coverage detected