jm

command module
v0.1.8 Latest Latest
Warning

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

Go to latest
Published: Aug 13, 2024 License: MIT Imports: 14 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