Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 86 Bytes

jq.md

File metadata and controls

6 lines (5 loc) · 86 Bytes

jq

# Read file and save it to another file
cat in.json | jq '.' > out.json