()
| 343 | |
| 344 | func (jsonNull) Type() Type { return NullJSONType } |
| 345 | func (jsonFalse) Type() Type { return FalseJSONType } |
| 346 | func (jsonTrue) Type() Type { return TrueJSONType } |
| 347 | func (jsonNumber) Type() Type { return NumberJSONType } |
| 348 | func (jsonString) Type() Type { return StringJSONType } |