Sha256: 59db6dd6bd862586da89a9b7d8534fd3221efa5b01ba058ae02f642fcc49ebd9
Contents?: true
Size: 495 Bytes
Versions: 46
Compression:
Stored size: 495 Bytes
Contents
# writeJsonSync(file, object, [options]) Writes an object to a JSON file. `options` are the same that you'd pass to [`jsonFile.writeFileSync()`](https://github.com/jprichardson/node-jsonfile#writefilesyncfilename-obj-options). **Alias:** `writeJSONSync()` - `file` `<String>` - `object` `<Object>` - `options` `<Object>` ## Example: ```js const fs = require('fs-extra') fs.writeJsonSync('./package.json', {name: 'fs-extra'}) ``` --- **See also:** [`outputJsonSync()`](outputJson-sync.md)
Version data entries
46 entries across 46 versions & 2 rubygems