()
| 598 | func (jsonNumber) Type() Type { return NumberJSONType } |
| 599 | func (jsonString) Type() Type { return StringJSONType } |
| 600 | func (jsonArray) Type() Type { return ArrayJSONType } |
| 601 | func (jsonObject) Type() Type { return ObjectJSONType } |
| 602 | |
| 603 | func (j jsonNull) MaybeDecode() JSON { return j } |