Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/logileifs/shellson
JSON command line parser
https://github.com/logileifs/shellson
bash json parse shell
Last synced: 2 months ago
JSON representation
JSON command line parser
- Host: GitHub
- URL: https://github.com/logileifs/shellson
- Owner: logileifs
- Created: 2018-01-16T14:25:04.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-30T10:35:13.000Z (almost 7 years ago)
- Last Synced: 2024-11-01T03:04:26.788Z (2 months ago)
- Topics: bash, json, parse, shell
- Language: Python
- Size: 13.7 KB
- Stars: 10
- Watchers: 6
- 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`