package
0.0.0-20240307055817-780ac92f6253
Repository: https://github.com/as-tool/as-etl-engine.git
Documentation: pkg.go.dev
# Functions
NewJSONFromBytes gets json configuration from byte stream b and returns an error if the json format is wrong.
No description provided by the author
NewJSONFromFile gets json configuration from the file named filename And return an error if there is a json format error or a file read error.
NewJSONFromString gets json configuration from string s and returns an error if the json format is wrong.