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
- Host: GitHub
- URL: https://github.com/aturley/jsonr
- Owner: aturley
- Created: 2011-09-07T14:49:44.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2011-09-07T14:54:19.000Z (about 14 years ago)
- Last Synced: 2025-01-28T10:51:34.511Z (8 months ago)
- Language: Python
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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 ...