Documentation
¶
Index ¶
- type JSON
- func (j *JSON) Array() ([]interface{}, error)
- func (j *JSON) Equals(json JSON) bool
- func (j *JSON) Field(key string) (interface{}, error)
- func (j *JSON) IsNull() bool
- func (j *JSON) Map() (map[interface{}]interface{}, error)
- func (j *JSON) MarshalJSON() ([]byte, error)
- func (j *JSON) Scan(value interface{}) error
- func (j *JSON) String() (string, error)
- func (j *JSON) UnmarshalJSON(data []byte) error
- func (j *JSON) Value() (driver.Value, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JSON ¶
type JSON []byte
func (*JSON) MarshalJSON ¶
MarshalJSON implements the json.Marshal interface
func (*JSON) UnmarshalJSON ¶
UnmarshalJSON implements the json.Unmarshal interface
Click to show internal directories.
Click to hide internal directories.