Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 179 Bytes

json.md

File metadata and controls

12 lines (8 loc) · 179 Bytes

JSON

Formatting

$ echo '{"foo": "lorem", "bar": "ipsum"}' | python -m json.tool

# or

$ sudo apt-get install -qy jq
$ echo '{"foo": "lorem", "bar": "ipsum"}' | jq