Function: writeJson()
Call Signature
writeJson(
file
,obj
,options
,callback
):void
Defined in: packages/node/src/fs.ts:29
Parameters
file
Path
obj
any
options
JFWriteOptions
callback
WriteCallback
Returns
void
See
https://github.com/jprichardson/node-jsonfile#writefilefilename-obj-options-callback
Call Signature
writeJson(
file
,obj
,callback
):void
Defined in: packages/node/src/fs.ts:29
Parameters
file
Path
obj
any
callback
WriteCallback
Returns
void
See
https://github.com/jprichardson/node-jsonfile#writefilefilename-obj-options-callback
Call Signature
writeJson(
file
,obj
,options
?):Promise
<void
>
Defined in: packages/node/src/fs.ts:29
Parameters
file
Path
obj
any
options?
JFWriteOptions
Returns
Promise
<void
>
See
https://github.com/jprichardson/node-jsonfile#writefilefilename-obj-options-callback