# 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.