readJson-sync
readJsonSync(file[, options])
读取JSON文件,然后将其解析为对象。
Alias: readJSONSync()
file
<String>
options
<Object>
(与[jsonFile.readFileSync()](https://github.com/jprichardson/node-jsonfile#readfilesyncfilename-options)
options一样)
Example:
1 |
|
readJsonSync()可以接受设置为false的throws选项,如果JSON无效,则不会引发。
Example:
1 |
|