package
0.0.0-20210426105106-098cde10e9b5
Repository: https://github.com/nguyenhoaiphuong/go-web-dev.git
Documentation: pkg.go.dev

# Functions

ConvertFromJSON converts json object stored in reader and save into user object.
ConvertToJSON converts object to JSON byte slice.
ReadFromFile reads json file with given fileName, then save into object.
WriteToFile reads content stored in io.Reader, then write the content into json file with given fileName.