112 lines
1.9 KiB
JSON
112 lines
1.9 KiB
JSON
[
|
|
{
|
|
"name": "Wonder Woman",
|
|
"identity": {
|
|
"firstName": "Diana",
|
|
"lastName": "Prince"
|
|
},
|
|
"birthday": "1941-12-01",
|
|
"superpowers": [
|
|
"super strength",
|
|
"flight",
|
|
"combat skills"
|
|
]
|
|
},
|
|
{
|
|
"name": "Green Lantern",
|
|
"identity": {
|
|
"firstName": "Hal",
|
|
"lastName": "Jordan"
|
|
},
|
|
"birthday": "1940-07-22",
|
|
"superpowers": [
|
|
"energy projection",
|
|
"flight"
|
|
]
|
|
},
|
|
{
|
|
"name": "Flash",
|
|
"identity": {
|
|
"firstName": "Barry",
|
|
"lastName": "Allen"
|
|
},
|
|
"birthday": "1940-03-14",
|
|
"superpowers": [
|
|
"super speed",
|
|
"time travel"
|
|
]
|
|
},
|
|
{
|
|
"name": "Aquaman",
|
|
"identity": {
|
|
"firstName": "Arthur",
|
|
"lastName": "Curry"
|
|
},
|
|
"birthday": "1941-11-14",
|
|
"superpowers": [
|
|
"super strength",
|
|
"aquatic adaptation"
|
|
]
|
|
},
|
|
{
|
|
"name": "Cyborg",
|
|
"identity": {
|
|
"firstName": "Victor",
|
|
"lastName": "Stone"
|
|
},
|
|
"birthday": "1980-05-14",
|
|
"superpowers": [
|
|
"super strength",
|
|
"cybernetic enhancements"
|
|
]
|
|
},
|
|
{
|
|
"name": "Martian Manhunter",
|
|
"identity": {
|
|
"firstName": "J'onn",
|
|
"lastName": "J'onzz"
|
|
},
|
|
"birthday": "1961-11-18",
|
|
"superpowers": [
|
|
"shape-shifting",
|
|
"telepathy"
|
|
]
|
|
},
|
|
{
|
|
"name": "Green Arrow",
|
|
"identity": {
|
|
"firstName": "Oliver",
|
|
"lastName": "Queen"
|
|
},
|
|
"birthday": "1941-11-01",
|
|
"superpowers": [
|
|
"archery",
|
|
"wealth"
|
|
]
|
|
},
|
|
{
|
|
"name": "Batwoman",
|
|
"identity": {
|
|
"firstName": "Katherine",
|
|
"lastName": "Kane"
|
|
},
|
|
"birthday": "1956-07-25",
|
|
"superpowers": [
|
|
"martial arts",
|
|
"detective skills"
|
|
]
|
|
},
|
|
{
|
|
"name": "Hawkman",
|
|
"identity": {
|
|
"firstName": "Carter",
|
|
"lastName": "Hall"
|
|
},
|
|
"birthday": "1940-06-25",
|
|
"superpowers": [
|
|
"flight",
|
|
"super strength"
|
|
]
|
|
}
|
|
]
|