()
| 396 | func (jsonTrue) Type() Type { return TrueJSONType } |
| 397 | func (jsonNumber) Type() Type { return NumberJSONType } |
| 398 | func (jsonString) Type() Type { return StringJSONType } |
| 399 | func (jsonArray) Type() Type { return ArrayJSONType } |
| 400 | func (jsonObject) Type() Type { return ObjectJSONType } |
| 401 |