package
0.0.0-20231206062002-1ce2f004b7d9
Repository: https://github.com/codingeasygo/util.git
Documentation: pkg.go.dev
# Functions
WriteJSON will read all data from io.Reader and unmashl to value.
ReadSONFile will read all data from io.Reader and unmashl to value.
WriteJSON will marshal value to string and write to io.Writer.
WriteJSONFile will marshal value to string and write to file.