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