Documentation ¶
Overview ¶
Package ejson Description: 用于处理json的工具
Index ¶
- func E到Json(v interface{}) string
- func Json美化(v interface{}) string
- func Json解析(data string, path string) gjson.Result
- func Json解析文本(data string, path string) string
- type EJson
- func (e *EJson) E加载(字符串 string) error
- func (e *EJson) E加载从env配置内容(env内容 string) error
- func (e *EJson) E加载从ini配置内容(INI字符串 string) error
- func (e *EJson) E加载从toml配置内容(toml内容 string) error
- func (e *EJson) E加载从yaml配置内容(yaml内容 string) error
- func (e *EJson) E取值(pathKey string) (any, error)
- func (e *EJson) E导出为JSON() (string, error)
- func (e *EJson) E置值(pathKey string, value any) error
- type EJsonI
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EJson ¶
type EJson struct { EJsonI // contains filtered or unexported fields }
func (*EJson) E加载从env配置内容 ¶ added in v1.5.0
E加载从env配置内容 从.env格式字符串加载内容
func (*EJson) E加载从ini配置内容 ¶ added in v1.5.0
E加载从ini配置内容 从INI格式字符串加载内容
func (*EJson) E加载从toml配置内容 ¶ added in v1.5.1
E加载从toml配置内容 从TOML格式字符串加载内容
func (*EJson) E加载从yaml配置内容 ¶ added in v1.5.1
E加载从yaml配置内容 从YAML格式字符串加载内容
Click to show internal directories.
Click to hide internal directories.