()
| 398 | func (jsonString) Type() Type { return StringJSONType } |
| 399 | func (jsonArray) Type() Type { return ArrayJSONType } |
| 400 | func (jsonObject) Type() Type { return ObjectJSONType } |
| 401 | |
| 402 | func (j jsonNull) MaybeDecode() JSON { return j } |
| 403 | func (j jsonFalse) MaybeDecode() JSON { return j } |