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 191f739 commit 20fa25fCopy full SHA for 20fa25f
jsonlite.bash
@@ -33,7 +33,7 @@ jsonlite_info() {
33
elif command -v jq > /dev/null 2>&1; then
34
echo " json formatter: jq (fast)"
35
else
36
- echo " [notice] install jq or json_reformat for improved write performance"
+ echo " [notice] install yajl or jq for improved write performance"
37
echo
38
echo " json formatter: python -m json.tool (slowest)"
39
fi
0 commit comments