deploy: ebd4cc0010
This commit is contained in:
38
node_modules/shiki/samples/json.sample
generated
vendored
38
node_modules/shiki/samples/json.sample
generated
vendored
@@ -1,38 +0,0 @@
|
||||
{
|
||||
"squadName": "Super hero squad",
|
||||
"homeTown": "Metro City",
|
||||
"formed": 2016,
|
||||
"secretBase": "Super tower",
|
||||
"active": true,
|
||||
"members": [
|
||||
{
|
||||
"name": "Molecule Man",
|
||||
"age": 29,
|
||||
"secretIdentity": "Dan Jukes",
|
||||
"powers": ["Radiation resistance", "Turning tiny", "Radiation blast"]
|
||||
},
|
||||
{
|
||||
"name": "Madame Uppercut",
|
||||
"age": 39,
|
||||
"secretIdentity": "Jane Wilson",
|
||||
"powers": [
|
||||
"Million tonne punch",
|
||||
"Damage resistance",
|
||||
"Superhuman reflexes"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Eternal Flame",
|
||||
"age": 1000000,
|
||||
"secretIdentity": "Unknown",
|
||||
"powers": [
|
||||
"Immortality",
|
||||
"Heat Immunity",
|
||||
"Inferno",
|
||||
"Teleportation",
|
||||
"Interdimensional travel"
|
||||
]
|
||||
}
|
||||
],
|
||||
"from": "https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Objects/JSON"
|
||||
}
|
||||
Reference in New Issue
Block a user