You could move the JSON out of the public folder and just import it into your app.
If you want to do it in redux using axios then having an action handle the API call is the best way to do it.
I would also look at replacing axios with fetch as it will save you an import or two.