package
0.0.0-20240307055817-780ac92f6253
Repository: https://github.com/as-tool/as-etl-engine.git
Documentation: pkg.go.dev

# Functions

NewJSONFromBytes 从字符流中b中获取JSON,该函数会检查格式合法性.
NewJSONFromFile 从文件filename中获取JSON,该函数会检查格式合法性.
NewJSONFromString 从字符串s中获取JSON,该函数会检查格式合法性.

# Variables

ErrJSONNotValid 不是合法的json.

# Structs

JSON json格式编码.