json-pretty
Similar to the https://www.npmjs.com/package/json-prettify CLI tool, except you can require this one in your projects.
Last updated 11 years ago by michielbdejong .
Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install json-pretty 
SYNC missed versions from official npm registry.

Simple module for producing nice JSON.

Similar to the https://www.npmjs.com/package/json-prettify CLI tool, except you can require this one in your projects.

It also alphabetizes keys, which is useful for producing meaningful diffs.

If there are JSON files in your project, it makes sense to normalize them with this module, to make version control easier.

Usage

> var jsonStringify = require('json-pretty');
undefined
> jsonStringify({a: 'b'})
'{\n  "a": "b"\n}'
> 

Current Tags

  • 0.0.1                                ...           latest (11 years ago)

2 Versions

  • 0.0.1                                ...           11 years ago
  • 0.0.0                                ...           11 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 1
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (0)
None
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |