Documentation
¶
Index ¶
- func UnmarshalString(jsonString string, output interface{}) error
- type JSON
- func (j JSON) Equals(j1 JSON) bool
- func (j JSON) IsNull() bool
- func (j JSON) MarshalJSON() ([]byte, error)
- func (j *JSON) Scan(value interface{}) error
- func (j JSON) String() string
- func (j *JSON) Unmarshal(output interface{}) 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 ¶
func UnmarshalString ¶
UnmarshalString parse json string to output struct
Types ¶
Click to show internal directories.
Click to hide internal directories.