Documentation ¶
Index ¶
- Variables
- func GetSubobjectBytes(data []byte, key string) ([]byte, error)
- func JsonParserGetArrayIntOneOnly(data []byte, key string) (int, error)
- func JsonParserGetArrayString(data []byte, key string) ([]string, error)
- func JsonParserGetArrayStringOneOnly(data []byte, key string) (string, error)
- func MarshalBase64(i interface{}) (string, error)
- func MarshalSimple(v interface{}, prefix, indent string) ([]byte, error)
- func MustGetSubobjectBytes(data []byte, key string) []byte
- func MustMarshal(i interface{}, embedError bool) []byte
- func MustMarshalIndent(i interface{}, prefix, indent string, embedError bool) []byte
- func MustMarshalSimple(v interface{}, prefix, indent string) []byte
- func MustMarshalString(i interface{}, embedError bool) string
- func PrettyPrint(b []byte, prefix, indent string) []byte
- func ReadFile(filename string, v interface{}) ([]byte, error)
- func UnmarshalIoReader(r io.Reader, iface interface{}) ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( MarshalPrefix = "" MarshalIndent = " " )
Functions ¶
func GetSubobjectBytes ¶ added in v0.0.5
func MarshalBase64 ¶
func MarshalSimple ¶
func MustGetSubobjectBytes ¶ added in v0.0.5
func MustMarshal ¶
func MustMarshalIndent ¶
func MustMarshalSimple ¶
func MustMarshalString ¶
func PrettyPrint ¶
PrettyPrint converts a JSON byte array into a prettified byte array.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.