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

https://github.com/aturley/jsonr

Simple json commandline tool
https://github.com/aturley/jsonr

Last synced: 7 months ago
JSON representation

Simple json commandline tool

Awesome Lists containing this project

README

          

This is a simple commandline tool that produces JSON objects. Numeric values are treated as floats, everything else is treated as a string. Only handles one level, no lists.

jsonr/jsonr.py --KEY1 VALUE1 --KEY2 VALUE2 ...