Documentation ¶
Index ¶
- Constants
- func LoadJson(bb []byte, data interface{}) error
- func LoadJsonFile(filename string, data interface{}) error
- func LoadJsonc(bb []byte, data interface{}) error
- func LoadJsoncFile(filename string, data interface{}) error
- func LoadToml(bb []byte, data interface{}) error
- func LoadTomlFile(filename string, data interface{}) error
- func LoadYaml(bb []byte, data interface{}) error
- func LoadYamlFile(filename string, data interface{}) error
- func SaveJson(data interface{}) ([]byte, error)
- func SaveJsonFile(filename string, data interface{}) error
- func SaveToml(data interface{}) ([]byte, error)
- func SaveTomlFile(filename string, data interface{}) error
- func SaveYaml(data interface{}) ([]byte, error)
- func SaveYamlFile(filename string, data interface{}) error
Constants ¶
View Source
const ( ESCAPE = 92 QUOTE = 34 SPACE = 32 TAB = 9 NEWLINE = 10 ASTERISK = 42 SLASH = 47 )
Variables ¶
This section is empty.
Functions ¶
func LoadJsonFile ¶
func LoadJsoncFile ¶
func LoadTomlFile ¶
func LoadYamlFile ¶
func SaveJsonFile ¶
func SaveTomlFile ¶
func SaveYamlFile ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.