readJsonFromFile
Returns
Example
import lampix from '@lampix/core';
lampix.readJsonFromFile('answers.json')
.then(console.log); // { answerToLife: 42 }Notes
Last updated
Was this helpful?
import lampix from '@lampix/core';
lampix.readJsonFromFile('answers.json')
.then(console.log); // { answerToLife: 42 }Last updated
Was this helpful?
Was this helpful?