I am working on an Android app project. It contains a file which contains a JSON. One can use it to mock the API call response during the development of the application.
Should I place that file in the raw folder or in the assets folder in the project?
If you answer, kindly provide reasoning behind it as well.