JSONSort nanoservice that sorts JSON object keys alphanumerically, leaves array order untouched. Usage npm start / npm run-script dev curl -X POST -H 'Content-Type: application/json' -d @$PATH_TO_FILE http://localhost:3000 -o $PATH_TO_SAVE_SORTED_FILE