Versions in this module Expand all Collapse all v0 v0.2.0 Feb 6, 2023 Changes in this version + func MustToIni(value interface{}) []byte + func MustToIniString(value interface{}) string + func MustToJson(value interface{}) []byte + func MustToJsonIndent(value interface{}) []byte + func MustToJsonIndentString(value interface{}) string + func MustToJsonString(value interface{}) string + func MustToToml(value interface{}) []byte + func MustToTomlString(value interface{}) string + func MustToXml(value interface{}, rootTag ...string) []byte + func MustToXmlIndent(value interface{}, rootTag ...string) []byte + func MustToXmlIndentString(value interface{}, rootTag ...string) string + func MustToXmlString(value interface{}, rootTag ...string) string + func MustToYaml(value interface{}) []byte + func MustToYamlString(value interface{}) string + func VarToIni(value interface{}) ([]byte, error) + func VarToIniString(value interface{}) (string, error) + func VarToJson(value interface{}) ([]byte, error) + func VarToJsonIndent(value interface{}) ([]byte, error) + func VarToJsonIndentString(value interface{}) (string, error) + func VarToJsonString(value interface{}) (string, error) + func VarToToml(value interface{}) ([]byte, error) + func VarToTomlString(value interface{}) (string, error) + func VarToXml(value interface{}, rootTag ...string) ([]byte, error) + func VarToXmlIndent(value interface{}, rootTag ...string) ([]byte, error) + func VarToXmlIndentString(value interface{}, rootTag ...string) (string, error) + func VarToXmlString(value interface{}, rootTag ...string) (string, error) + func VarToYaml(value interface{}) ([]byte, error) + func VarToYamlString(value interface{}) (string, error) + type Parser = gjson.Json + func Load(path string, safe ...bool) (*Parser, error) + func LoadContent(data interface{}, safe ...bool) (*Parser, error) + func LoadIni(data interface{}, safe ...bool) (*Parser, error) + func LoadJson(data interface{}, safe ...bool) (*Parser, error) + func LoadToml(data interface{}, safe ...bool) (*Parser, error) + func LoadXml(data interface{}, safe ...bool) (*Parser, error) + func LoadYaml(data interface{}, safe ...bool) (*Parser, error) + func New(data interface{}, safe ...bool) *Parser + func NewWithTag(data interface{}, tags string, safe ...bool) *Parser