jp
jp copied to clipboard
Command line interface to JMESPath - http://jmespath.org
Using the below query I get the expected results, but when replacing == with != it breaks and includes all SnapshotId's. Using \!= to fix parsing error. Snapshots[?Tags[?Key=='Migration']].SnapshotId I am...
You might need to update your GPG key @jamesls ? Import the key used to sign the binary package checksums: ```bash gpg --keyserver hkps://keyserver.ubuntu.com --search-keys A0BE6CFACEC3BE69CAD146BBCD2646EDDCC1FDB6 ``` Download and check...
* This adds instructions for **[Scoop](http://scoop.sh/)**, a command-line installer for Windows. * The package "jp" is in the Main bucket of *Scoop*. So no extra action is needed. (aside from...
Please could you add color support similar to `jq`?
Hello, Thank you for this. On individual JSON blobs it works well. I usually deal with streams of JSON bobs, usually one JSON blob per line, but as jp reads...
When comparing numeric values, I get an error: ```bash (feature/1176)$ echo '[{"vote": 10, "Name": "First"},{"vote": 5, "Name": "Second"}]' | jp "[?vote!='10'].{Name: Name}" [ { "Name": "First" }, { "Name": "Second"...
This PR contains the master branch of https://github.com/pipebus/jpp, which adds `jpp`, an extended superset of the jp command: ``` An extended superset of the jp CLI for JMESPath Usage: jpp...
Sometimes I end up feeding jp invalid json, and ... This possibly has performance implications, though?
**Problem Statement** I have a requirement where I have to search through a raw unstructure non-standard json file and provide all the possible paths which contains a given value. **Example**...