(other JSON)
| 426 | } |
| 427 | |
| 428 | func (j jsonNull) Compare(other JSON) (int, error) { return cmpJSONTypes(j.Type(), other.Type()), nil } |
| 429 | func (j jsonFalse) Compare(other JSON) (int, error) { return cmpJSONTypes(j.Type(), other.Type()), nil } |
| 430 | func (j jsonTrue) Compare(other JSON) (int, error) { return cmpJSONTypes(j.Type(), other.Type()), nil } |
| 431 |
nothing calls this directly
no test coverage detected