https://github.com/hayat01sh1da/json-data-sorters
This repository contains Ruby and Python scripts which sort data of JSON setting files.
https://github.com/hayat01sh1da/json-data-sorters
automation github-actions json minitest python ruby unittest vscode work-efficiency
Last synced: about 1 month ago
JSON representation
This repository contains Ruby and Python scripts which sort data of JSON setting files.
- Host: GitHub
- URL: https://github.com/hayat01sh1da/json-data-sorters
- Owner: hayat01sh1da
- License: mit
- Created: 2024-03-19T13:30:53.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2026-05-25T18:09:41.000Z (about 1 month ago)
- Last Synced: 2026-05-25T20:12:32.405Z (about 1 month ago)
- Topics: automation, github-actions, json, minitest, python, ruby, unittest, vscode, work-efficiency
- Language: Python
- Homepage: https://github.com/hayat01sh1da/json-data-sorters
- Size: 201 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Security: SECURITY.md
Awesome Lists containing this project
README
[](https://github.com/hayat01sh1da/json-data-sorters/actions?query=workflow%3A%22Python%22)
[](https://github.com/hayat01sh1da/json-data-sorters/actions?query=workflow%3A%22Ruby%22)
[](https://github.com/hayat01sh1da/json-data-sorters/actions?query=workflow%3A%22CodeQL%22)
## 1. Common Environment
- WSL (Ubuntu 25.10)
## 2. READMEs
- [Ruby](./ruby/README.md)
- [Python](./python/README.md)
## 3. Source Codes
- [Ruby](./ruby/)
- [Python](./python/)
## 4. How to Use
In you terminal, provide the following 3 parameters via interactive user inputs.
- `dirname`: The directory name you put the JSON file in
- `filename`: The filename of which JSON data name you would like to sort
- `order`: `asc`(default) or `desc` you would like to sort key-value in
- [For Ruby Users](./ruby/README.md#2-execution)
- [For Python Users](./python/README.md#2-execution)