Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hayat01sh1da/json-data-sorters
This repository contains Ruby and Python scripts which sort data of JSON setting file.
https://github.com/hayat01sh1da/json-data-sorters
Last synced: 3 days ago
JSON representation
This repository contains Ruby and Python scripts which sort data of JSON setting file.
- Host: GitHub
- URL: https://github.com/hayat01sh1da/json-data-sorters
- Owner: hayat01sh1da
- Created: 2024-03-19T13:30:53.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-03-25T16:54:40.000Z (10 months ago)
- Last Synced: 2024-03-26T17:34:35.964Z (10 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 1. Common Environment
- WSL(Ubuntu 24.04.1 LTS)
## 2. READMEs
- [Ruby](./ruby/README.md)
- [Python](./python/README.md)## 3. 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)