summaryrefslogtreecommitdiff
path: root/cmd/podman/parse/json.go
Commit message (Collapse)AuthorAge
* version/info: format: allow more json variantsValentin Rothberg2020-07-10
Allow more variants to yield json output for `podman version` and `podman info`. Instead of comparing strings, use a regex and add unit and e2e tests. Fixes: #6927 Signed-off-by: Valentin Rothberg <rothberg@redhat.com>