mirror of
https://github.com/iputils/iputils.git
synced 2026-02-07 22:50:40 +08:00
Introduce a "-j" argument to have `ping` optionally return machine readable JSON objects instead of the default text. The output with "-j" can be piped into JSON parsing tools such as `jq`. Link: https://github.com/iputils/iputils/pull/571 Reviewed-by: Petr Vorel <pvorel@suse.cz> Reviewed-by: Cyril Hrubis <chrubis@suse.cz> Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>