()
| 597 | func (jsonTrue) Type() Type { return TrueJSONType } |
| 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 |