An open API service indexing awesome lists of open source software.

https://github.com/docwhat/json-canonicalizer

Simple JSON canonicalizer
https://github.com/docwhat/json-canonicalizer

cli json nodejs

Last synced: about 2 months ago
JSON representation

Simple JSON canonicalizer

Awesome Lists containing this project

README

          

# json-canonicalizer

A simple CLI tools that creates a canonical version of a JSON file suitable for doing `diff`s or
storing in `git` using smudge filters.

## Installing

Using `npm`:

```sh
npm install -g json-canonicalizer
```

```sh
yarn global add json-canonicalizer
```

## Usage

```sh
json-canonicalizer < somefile.json
```