Writes an object to a JSON file.
Optional
import * as fs from 'fs-extra'fs.writeJsonSync('./package.json', {name: 'fs-extra'}) Copy
import * as fs from 'fs-extra'fs.writeJsonSync('./package.json', {name: 'fs-extra'})
https://github.com/jprichardson/node-jsonfile#writefilesyncfilename-obj-options
Generated using TypeDoc
Writes an object to a JSON file.