()
| 582 | } |
| 583 | |
| 584 | func (j jsonNull) String() string { return asString(j) } |
| 585 | func (j jsonTrue) String() string { return asString(j) } |
| 586 | func (j jsonFalse) String() string { return asString(j) } |
| 587 | func (j jsonString) String() string { return asString(j) } |
nothing calls this directly
no test coverage detected