summaryrefslogtreecommitdiff
path: root/cmd/podman/registry/json.go
Commit message (Collapse)AuthorAge
* Provide a json variable pointing to a configured json APIJhon Honce2020-04-21
* All commands now using the same instance of json API * `json` variable created in each package to prevent `encoding/json` from being re-introduced Signed-off-by: Jhon Honce <jhonce@redhat.com>