Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Marshal = json.Marshal Unmarshal = json.Unmarshal MarshalIndent = json.MarshalIndent Indent = json.Indent NewDecoder = json.NewDecoder NewEncoder = json.NewEncoder )
Functions ¶
This section is empty.
Types ¶
type NullString ¶
type NullString *string
func NewNullString ¶
func NewNullString() *NullString
func NewString ¶
func NewString(str string) *NullString
type RawMessage ¶
type RawMessage = json.RawMessage
type Unmarshaler ¶
type Unmarshaler = json.Unmarshaler
Click to show internal directories.
Click to hide internal directories.