Concat implements the `||` operator.
(other JSON)
| 127 | |
| 128 | // Concat implements the `||` operator. |
| 129 | Concat(other JSON) (JSON, error) |
| 130 | |
| 131 | // AsText returns the JSON document as a string, with quotes around strings removed, and null as nil. |
| 132 | AsText() (*string, error) |
no outgoing calls
no test coverage detected