diff --git a/deathstar.json b/deathstar.json index aea16e4..e712c3c 100644 --- a/deathstar.json +++ b/deathstar.json @@ -2,7 +2,9 @@ "id": 1, "name": "Death Star", "identifier": "DS-1 platform", + "designer": "Geonosians", "commander": "Grand Moff", + "affiliation": "galactic empire", "weapon": ["superlaser", "tractor beam", "turbolaser"], "powersource": "hypermatter reactor", "specification": { @@ -12,7 +14,10 @@ "height": 120 }, "price": { - "amount": 1000000000000, + "amount": 1000000000000, "currency": "galactic credits" - } + }, + "Obsolete key": "break things", + "new key from f1 branch", + "new key from f2 branch" } \ No newline at end of file diff --git a/new.json b/new.json new file mode 100644 index 0000000..4bbe794 --- /dev/null +++ b/new.json @@ -0,0 +1,5 @@ +{ + "key1" : "value1", + "key2" : "value2", + "key3" : "refine" +} diff --git a/starfighter.json b/starfighter.json new file mode 100644 index 0000000..96de2e8 --- /dev/null +++ b/starfighter.json @@ -0,0 +1,10 @@ +{ + "id": 1, + "name": "Starfighter", + "identifier": "T-65 x-wing", + "affiliation": "alliance", + "price": { + "amount": 149999, + "currency": "galactic credits" + } +} \ No newline at end of file