()
| 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 } |
| 353 | func (j jsonFalse) MaybeDecode() JSON { return j } |