https://github.com/logileifs/shellson
JSON command line parser
https://github.com/logileifs/shellson
bash json parse shell
Last synced: about 1 year ago
JSON representation
JSON command line parser
- Host: GitHub
- URL: https://github.com/logileifs/shellson
- Owner: logileifs
- Created: 2018-01-16T14:25:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-30T10:35:13.000Z (over 8 years ago)
- Last Synced: 2025-04-17T22:49:53.235Z (about 1 year ago)
- Topics: bash, json, parse, shell
- Language: Python
- Size: 13.7 KB
- Stars: 10
- Watchers: 5
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# shellson
JSON command line parser
## Usage
`$ echo '{"key1": "value1"}' | shellson get key1`
`"value1"`
`$ cat data.json | shellson get key1`
`"value1`
`$ echo '{"key1": {"key2": "value1"}}' | shellson get key1 | shellson get key2`
`"value1"`
## Install
`$ pip install shellson`