How to get a local big json data?
I have tried this, but I had no success:
var sa = require(\"./shared/resources/sa.json\"); var array = new observab
I just wanted to add one more thing, which might be even easier. You can simply write the content of your JSON file in a data.js file, or whatever name you would like to use, and export it as an array. Then you can just require the data.js module.