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