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

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

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-``