How do you usually prefer to read a local JSON file?
I'm currently trying to read a JSON I have in my project and render a table with its information using React. I was wondering how people do this common task, because I always tend to get stuck when this part comes on. My personal preference is to us...
Mar 20, 2018OLJ