Initial build of gron, a tool to make JSON greppable
sudo dnf install --refresh --advisory=FEDORA-2020-d18e4b6803 \*
This update has been submitted for testing by lkiesow.
This update's test gating status has been changed to 'ignored'.
lkiesow edited this update.
This update has been pushed to testing.
Installation on a clean system works as expected and the tool works fine as well:
# echo '{"a":"b", "b":[1,2,3]}' | gron json = {}; json.a = "b"; json.b = []; json.b[0] = 1; json.b[1] = 2; json.b[2] = 3;
works as expected
This update can be pushed to stable now if the maintainer wishes
This update has been submitted for stable by bodhi.
This update has been pushed to stable.
Please login to add feedback.
Confirm request to re-trigger tests.
This update has been submitted for testing by lkiesow.
This update's test gating status has been changed to 'ignored'.
lkiesow edited this update.
This update has been pushed to testing.
Installation on a clean system works as expected and the tool works fine as well:
works as expected
This update can be pushed to stable now if the maintainer wishes
This update has been submitted for stable by bodhi.
This update has been pushed to stable.