We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a875cb0 commit 239849eCopy full SHA for 239849e
bin/json-format
@@ -0,0 +1,6 @@
1
+#!/bin/bash
2
+
3
+PATH="$(dirname $0)/../lib:$PATH" source json.bash
4
5
+[ $# -gt 0 ] && JSON.style "$1" "$2"
6
+JSON.load | JSON.dump
0 commit comments