Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`