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

Version Path
ilog-0.4.1 node_modules/fs-extra/docs/writeJson-sync.md
ilog-0.4.0 node_modules/fs-extra/docs/writeJson-sync.md
ilog-0.3.3 node_modules/fs-extra/docs/writeJson-sync.md
govuk_publishing_components-18.0.0 node_modules/fs-extra/docs/writeJson-sync.md
govuk_publishing_components-17.21.0 node_modules/fs-extra/docs/writeJson-sync.md
govuk_publishing_components-17.20.0 node_modules/fs-extra/docs/writeJson-sync.md
govuk_publishing_components-17.19.1 node_modules/fs-extra/docs/writeJson-sync.md
govuk_publishing_components-17.19.0 node_modules/fs-extra/docs/writeJson-sync.md
govuk_publishing_components-17.18.0 node_modules/fs-extra/docs/writeJson-sync.md
govuk_publishing_components-17.17.0 node_modules/fs-extra/docs/writeJson-sync.md
govuk_publishing_components-17.16.0 node_modules/fs-extra/docs/writeJson-sync.md
govuk_publishing_components-17.15.0 node_modules/fs-extra/docs/writeJson-sync.md
govuk_publishing_components-17.14.0 node_modules/fs-extra/docs/writeJson-sync.md
govuk_publishing_components-17.13.0 node_modules/fs-extra/docs/writeJson-sync.md
govuk_publishing_components-17.12.2 node_modules/fs-extra/docs/writeJson-sync.md
govuk_publishing_components-17.12.1 node_modules/fs-extra/docs/writeJson-sync.md
govuk_publishing_components-17.12.0 node_modules/fs-extra/docs/writeJson-sync.md
govuk_publishing_components-17.11.0 node_modules/fs-extra/docs/writeJson-sync.md
govuk_publishing_components-17.10.0 node_modules/fs-extra/docs/writeJson-sync.md
govuk_publishing_components-17.9.0 node_modules/fs-extra/docs/writeJson-sync.md