How to load a local JSON using JavaScript CEP API
Hi,
I'm desperatly trying to load a local JSON file using CEP API.
My current code is like :
file = cep.fs.readFile('path/to/file.json');
console.log(file);
And it gives me an unusable object instead of printing the json.
What am I doing wrong ?
Thanks for helping !
