mtgjson 5.2.2

Unofficially provided lightweight models of the data provided by MTGJSON.
Documentation
1
2
3
4
5
6
7
#!/usr/bin/env bash
# pretty-testdata

# create pretty versions of the testdata for easier searching / debugging

jq . testdata/AllPrintings.json >testdata/AllPrintings.pretty.json
jq . testdata/AtomicCards.json >testdata/AtomicCards.pretty.json