jq-tools
experimental jq tools
This is a package for the command-line JSON processor jq. Install the package in your jq project/package directory with jqnpm:
jqnpm install ekho/jq-toolsUsage
import "ekho/jq-tools" as Tools;
# Tools::myFirstFunction
"World" | Tools::myFirstFunction # "Hello World!"License
Copyright (c) 2016 Boris Gorbylev http://ekho.name All rights reserved.
When using jq-tools, comply to the MIT license. Please see the LICENSE file for details.