Json queries with JMEPath and jq

From Ever changing code
Revision as of 15:46, 2 June 2018 by Pio2pio (talk | contribs) (Created page with "= Interactive tools = == Jiq == Install <code>jq</code> Install Golang <1.7 If your environmental variable <source> echo $GOPATH GOPATH=/home/ubuntu/.local/go </source> i...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Interactive tools

Jiq

Install jq Install Golang <1.7 If your environmental variable

echo $GOPATH
GOPATH=/home/ubuntu/.local/go

is set, so add

export PATH="$PATH:$HOME/.local/go"

to .bashrc or .profile files.

jmespath.terminal