Skip to content

Instantly share code, notes, and snippets.

@spmingalyov
Created March 6, 2023 14:46
Show Gist options
  • Save spmingalyov/dd1ba44865a3305962bf9d64452897a0 to your computer and use it in GitHub Desktop.
Save spmingalyov/dd1ba44865a3305962bf9d64452897a0 to your computer and use it in GitHub Desktop.
[
{
"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"
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment