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
govuk_publishing_components-17.8.0 node_modules/fs-extra/docs/writeJson-sync.md
govuk_publishing_components-17.7.0 node_modules/fs-extra/docs/writeJson-sync.md
govuk_publishing_components-17.6.1 node_modules/fs-extra/docs/writeJson-sync.md
govuk_publishing_components-17.6.0 node_modules/fs-extra/docs/writeJson-sync.md
govuk_publishing_components-17.5.0 node_modules/fs-extra/docs/writeJson-sync.md
govuk_publishing_components-17.4.0 node_modules/fs-extra/docs/writeJson-sync.md
govuk_publishing_components-17.3.0 node_modules/fs-extra/docs/writeJson-sync.md
govuk_publishing_components-17.2.0 node_modules/fs-extra/docs/writeJson-sync.md
govuk_publishing_components-17.1.1 node_modules/fs-extra/docs/writeJson-sync.md
govuk_publishing_components-17.1.0 node_modules/fs-extra/docs/writeJson-sync.md
govuk_publishing_components-17.0.0 node_modules/fs-extra/docs/writeJson-sync.md
govuk_publishing_components-16.29.0 node_modules/fs-extra/docs/writeJson-sync.md
govuk_publishing_components-16.28.0 node_modules/fs-extra/docs/writeJson-sync.md
govuk_publishing_components-16.27.1 node_modules/fs-extra/docs/writeJson-sync.md
govuk_publishing_components-16.27.0 node_modules/fs-extra/docs/writeJson-sync.md
govuk_publishing_components-16.26.0 node_modules/fs-extra/docs/writeJson-sync.md
govuk_publishing_components-16.25.0 node_modules/fs-extra/docs/writeJson-sync.md
govuk_publishing_components-16.24.0 node_modules/fs-extra/docs/writeJson-sync.md
govuk_publishing_components-16.23.0 node_modules/fs-extra/docs/writeJson-sync.md
govuk_publishing_components-16.22.0 node_modules/fs-extra/docs/writeJson-sync.md