I have a JSON object that I fetched from an API.
{
"response": "success",
"id": "641",
"name": "Superboy",
"powerstats": {
"intelligence": "75",
"strength": "95",
"speed": "83",
"durability": "90",
"power": "95",
"combat": "60"
},
"biography": {
"full-name": "Kon-El / Conner Kent",
"alter-egos": "No alter egos found.",
.....
I can't use a -
because JS thinks it's an operator.