AsText returns the JSON document as a string, with quotes around strings removed, and null as nil.
()
| 130 | |
| 131 | // AsText returns the JSON document as a string, with quotes around strings removed, and null as nil. |
| 132 | AsText() (*string, error) |
| 133 | |
| 134 | // Exists implements the `?` operator. |
| 135 | Exists(string) (bool, error) |
no outgoing calls
no test coverage detected