diff --git a/carddeck1/cards.json b/carddeck1/cards.json index a80da97..e3526b8 100644 --- a/carddeck1/cards.json +++ b/carddeck1/cards.json @@ -1,12 +1,12 @@ { - "1" : { + "cards" : [{ "name" : "body", "text" : "Some text of this card", "image": "1.png" }, - "2" : { + { "name" : "panopticon", "text" : "The panopticon is a design of institutional building with an inbuilt system of control!", "image": "2.png" - } + }] } \ No newline at end of file