Get a local json file on NativeScript
Asked 07 September, 2021
Viewed 1.5K times
  • 56
Votes

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 observableArrayModule.ObservableArray(sa);

4 Answer