https://github.com/jacovinus/json-sortr
Simple JSON sorting file by specifyed key
https://github.com/jacovinus/json-sortr
json nodejs sorting
Last synced: about 2 months ago
JSON representation
Simple JSON sorting file by specifyed key
- Host: GitHub
- URL: https://github.com/jacovinus/json-sortr
- Owner: jacovinus
- License: gpl-3.0
- Created: 2021-11-25T13:59:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-25T14:08:17.000Z (over 4 years ago)
- Last Synced: 2025-07-29T16:35:36.243Z (11 months ago)
- Topics: json, nodejs, sorting
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## NodeJS JSON sort by key
*usage:*
- clone repo
``git clone https://github.com/jacovinus/json-sort ``
- sort existing json file into another one
``node app.js [file] [key] [prefix]``
- sample:
``node app.js file.json name sorted-``