-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
# OrderJson | ||
|
||
ENGLISH: | ||
This program is designed to sort JSON files alphabetically by their names of the first children layer. Everything else will be left exactly how it was. Although, it is possible that depending on your formatting, spaces could be replaced by tabs. | ||
To sort your JSON, place it into a folder that is next to this JAR. You can even have multiple files in a folder and also multiple folders next to this JAR for better organization. You can find the sorted JSON files in the folder you placed them in. If for some reason you also need your original JSON files backed up, click Create Backup to create folders alongside this JAR with your old files. To sort your files, simply press Start. | ||
This program is designed to sort JSON files alphabetically by their names of the first children layer. Everything else will be left exactly how it was. | ||
To sort your JSON, place the file or a folder with the files, next to this JAR. | ||
You can even have multiple files in a folder and also multiple folders and files next to this JAR for better organization. You can find the sorted JSON files where you placed them. If for some reason you also need your original JSON files backed up, click Create Backup to create a backup folder alongside this JAR with your old files. | ||
To sort your files, simply press Start. | ||
|
||
GERMAN: | ||
Dieses Programm sortiert JSON Dateien alphabetisch anhand der Namen der ersten children-Ebene. Alles andere wird so belassen wie es vorher war. Allerdings ist es moeglich, dass Leerzeichen durch Tabulatoren ersetzt werden. | ||
Um deine Datei(en) zu sortieren, lege sie in einen Ordner neben dieses JAR ab. Du kannst sogar mehrere Dateien in einen Ordern tun und mehrere Ordner neben diesem JAR fuer eine bessere Uebersichtlichtkeit. Die sortierten Dateien findest du im gleichen Ordner wieder. Wenn du ein Backup von deinen JSON Dateien brauchst, klicke auf Create Backup um deine alten Dateien in Backupordner neben diesem JAR zu kopieren. Um deine Dateien zu sortieren, klicke auf Start. | ||
Dieses Programm sortiert JSON Dateien alphabetisch anhand der Namen der ersten children-Ebene. Alles andere wird so belassen wie es vorher war. | ||
Um deine Datei(en) zu sortieren, lege sie selbst oder einen Ordner mit ihnen neben dieses JAR ab. | ||
Du kannst sogar mehrere Dateien in einen Ordern tun und mehrere Ordner und Dateien neben diesem JAR haben fuer eine bessere Uebersichtlichtkeit. Die sortierten Dateien findest du da wo du deine Dateien abgelegt hast. Wenn du ein Backup von deinen JSON Dateien brauchst, klicke auf Create Backup um deine alten Dateien in einen Backupordner neben dieses JAR zu kopieren. | ||
Um deine Dateien zu sortieren, klicke auf Start. |