Concat implements the `||` operator.
(other JSON)
| 112 | |
| 113 | // Concat implements the `||` operator. |
| 114 | Concat(other JSON) (JSON, error) |
| 115 | |
| 116 | // AsText returns the JSON document as a string, with quotes around strings removed, and null as nil. |
| 117 | AsText() (*string, error) |