writeJson
writeJson(file, object[, options][, callback])
将对象写入JSON文件。
Alias: writeJSON()
file
<String>
object
<Object>
options
<Object>
spaces
<Number> | <String>
要缩进的空格数;或用于缩进的字符串(即传递“\t”用于制表符缩进)。有关更多信息,请参阅文档。EOL
<String>
设置EOL字符。默认值为\n。replacer
JSON replacer- 也接受
[fs.writeFile()](https://nodejs.org/api/fs.html#fs_fs_writefile_file_data_options_callback)
options
callback
<Function>
err
<Error>
Example:
1 |
|
另请参见**:** [outputJson()](outputJson.md)