func ReadFromJSON(path, fallbackPath string, value interface{}) error
ReadFromJSON reads a json file to the value.
This function will try to read from given path, if it is empty will try
fallback path. If it fails on fallback, it will set value to it's defaults