()
| 347 | func (jsonNumber) Type() Type { return NumberJSONType } |
| 348 | func (jsonString) Type() Type { return StringJSONType } |
| 349 | func (jsonArray) Type() Type { return ArrayJSONType } |
| 350 | func (jsonObject) Type() Type { return ObjectJSONType } |
| 351 | |
| 352 | func (j jsonNull) MaybeDecode() JSON { return j } |