You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Include the feature to pipe data into the cli app, like typical *nix tools allow. This would allow for chaining of commands. curl my.api.with.highly.nested.json.response | jsonparse --find_key_chain ['my', 'key', 'chain']
Also, support the ability to provide a file of JSON as a flag. jsonparse --file my.json --find_key 'mykey'
The text was updated successfully, but these errors were encountered:
Include the feature to pipe data into the cli app, like typical *nix tools allow. This would allow for chaining of commands.
curl my.api.with.highly.nested.json.response | jsonparse --find_key_chain ['my', 'key', 'chain']
Also, support the ability to provide a file of JSON as a flag.
jsonparse --file my.json --find_key 'mykey'
The text was updated successfully, but these errors were encountered: