AsText returns the JSON document as a string, with quotes around strings removed, and null as nil.
()
| 176 | |
| 177 | // AsText returns the JSON document as a string, with quotes around strings removed, and null as nil. |
| 178 | AsText() (*string, error) |
| 179 | |
| 180 | // AsDecimal returns the JSON document as a apd.Decimal if it is a numeric |
| 181 | // type, and a boolean indicating if this JSON value is a numeric type. |
no outgoing calls
no test coverage detected