jm

command module
v0.1.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 25, 2022 License: MIT Imports: 13 Imported by: 0

README

jm

Query json lines using jmespath.

usage examples

# query json from local file
jm <jmespath> <<_EOF
{"key": "value1"}
{"key": "value2"}
_EOF

# query json from remotes. It GETs json from remote in parallel hence the output order is undeterministic.
jm <jmespath> <<_EOF
http://remote1/path1
http://remote1/path2
http://remote2/path1
_EOF

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL