()
| 2749 | func (jsonNumber) Len() int { return 0 } |
| 2750 | func (jsonString) Len() int { return 0 } |
| 2751 | func (j jsonArray) Len() int { return len(j) } |
| 2752 | func (j jsonObject) Len() int { return len(j) } |
| 2753 | |
| 2754 | func (jsonNull) toGoRepr() (interface{}, error) { return nil, nil } |
no outgoing calls
no test coverage detected