Skip to content

Commit d5dd850

Browse files
committed
used [ instead of { for json object array
1 parent 6cc4fc1 commit d5dd850

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

data/falcon9.rb

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,26 +20,26 @@
2020
kg: 549054,
2121
lb: 1207920
2222
},
23-
payload_weights: {
24-
leo: {
23+
payload_weights: [
24+
{
2525
id: 'leo',
2626
name: 'low earth orbit',
2727
kg: 22800,
2828
lb: 50265
2929
},
30-
gto: {
31-
id: 'gto',
32-
name: 'geosynchronous transfer orbit',
33-
kg: 8300,
34-
lb: 18300
30+
{
31+
id: 'gto',
32+
name: 'geosynchronous transfer orbit',
33+
kg: 8300,
34+
lb: 18300
3535
},
36-
mars: {
37-
id: 'mars',
38-
name: 'mars orbit',
39-
kg: 4020,
40-
lb: 8860
36+
{
37+
id: 'mars',
38+
name: 'mars orbit',
39+
kg: 4020,
40+
lb: 8860
4141
}
42-
},
42+
],
4343
first_stage: {
4444
reusable: true,
4545
engines: 9,

0 commit comments

Comments
 (0)