()
| 1650 | func (jsonNumber) Len() int { return 0 } |
| 1651 | func (jsonString) Len() int { return 0 } |
| 1652 | func (j jsonArray) Len() int { return len(j) } |
| 1653 | func (j jsonObject) Len() int { return len(j) } |
| 1654 | |
| 1655 | func (jsonNull) toGoRepr() (interface{}, error) { return nil, nil } |
no outgoing calls
no test coverage detected