1## `zpm showjson` command
2```
3zigmod zpm showjson <query>
4```
5
6This is a meta command for obtaining raw json from ZPM servers and ideally paired with [`jq`](https://stedolan.github.io/jq/).
7
8Good values for `<query>` include `"tags"` and `"packages"`.