()
| 394 | func (jsonNull) Type() Type { return NullJSONType } |
| 395 | func (jsonFalse) Type() Type { return FalseJSONType } |
| 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 } |