Skip to content
No description, website, or topics provided.
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
jq
tests
.gitattributes
.gitignore
LICENSE
README.md
jq.json

README.md

jqnpm logotype, a Penrose triangle

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-tools

Usage

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.

You can’t perform that action at this time.