Documentation ¶
Index ¶
- func DecodeWithNumber(jsonBytes []byte, dst interface{}) error
- func Marshal(obj interface{}) ([]byte, error)
- func MarshalIndent(obj interface{}) ([]byte, error)
- func MarshalJSONStr(obj interface{}) (string, error)
- func Pretty(obj interface{}) (string, error)
- func Unmarshal(jsonBytes []byte, dst interface{}) error
- func WriteJSON(obj interface{}, outPath string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeWithNumber ¶ added in v0.4.0
func MarshalIndent ¶ added in v0.20.0
func MarshalJSONStr ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.