()
| 535 | func (j jsonTrue) String() string { return asString(j) } |
| 536 | func (j jsonFalse) String() string { return asString(j) } |
| 537 | func (j jsonString) String() string { return asString(j) } |
| 538 | func (j jsonNumber) String() string { return asString(j) } |
| 539 | func (j jsonArray) String() string { return asString(j) } |
| 540 | func (j jsonObject) String() string { return asString(j) } |
nothing calls this directly
no test coverage detected