Read and parse a JSON file. ... import {loadJsonFile} from 'load-json-file'; console.log(await loadJsonFile('foo.json')); //=> {foo: true} ...
確定! 回上一頁