Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature A #2

Open
wants to merge 15 commits into
base: develop
Choose a base branch
from
9 changes: 7 additions & 2 deletions deathstar.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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"
}
5 changes: 5 additions & 0 deletions new.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"key1" : "value1",
"key2" : "value2",
"key3" : "refine"
}
10 changes: 10 additions & 0 deletions starfighter.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"id": 1,
"name": "Starfighter",
"identifier": "T-65 x-wing",
"affiliation": "alliance",
"price": {
"amount": 149999,
"currency": "galactic credits"
}
}