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
- Host: GitHub
- URL: https://github.com/docwhat/json-canonicalizer
- Owner: docwhat
- License: other
- Created: 2018-07-24T18:57:52.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2022-11-20T21:17:21.000Z (over 3 years ago)
- Last Synced: 2025-04-10T23:44:27.296Z (about 1 year ago)
- Topics: cli, json, nodejs
- Language: TypeScript
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```