How can I show images from json file in localhost in React Application? I'm tryig this below one but it is not working.
json file:
{
"img":"images/img-filename.png"
}
image is located at src/images/img-filename.png
In React app, image path is displaying: images/img-filename.png