For a particular functionality, the backend part is not yet done in the application I am working on. So, I am trying to fetch the content of a local JSON file (to mock fetching an HTTP response) placed in a child of the src folder. How should I fetch the file correctly? I am not getting anything in response.json(). (Note: I don't want to move it to the public folder)
Here is what I have tried so far: https://codesandbox.io/s/modest-noether-b5dj8k?file=/src/App.tsx:273-277
Thanks in advance