Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Marshal = json.Marshal Unmarshal = json.Unmarshal MarshalIndent = json.MarshalIndent NewDecoder = json.NewDecoder NewEncoder = json.NewEncoder Valid = json.Valid Get = json.Get MarshalString = json.MarshalToString UnmarshalFromString = json.UnmarshalFromString )
Functions ¶
func MarshalStringWithDefault ¶ added in v1.28.6
Types ¶
type JsonIterator ¶ added in v1.28.2
func NewIterator ¶ added in v1.28.2
func NewIterator(jsonData []byte) *JsonIterator
func (*JsonIterator) IsArray ¶ added in v1.28.2
func (jti *JsonIterator) IsArray() bool
func (*JsonIterator) IsObject ¶ added in v1.28.2
func (jti *JsonIterator) IsObject() bool
Click to show internal directories.
Click to hide internal directories.