{
"abstract": [{
"lang": "en",
"value": "Thor is a fictional character, a superhero […]"
}],
"aliases": [{
"lang": "en",
"value": "Dr. Donald Blake, Jake Olson, Sigurd Jarlson, Eric Masterson"
}]
}
{
"name": "Hulk",
"thumbnail": "www.marvel.com/538615ca33ab0.jpg",
"description":
"Caught in a gamma bomb explosion while trying to save the life of a teenager, [...]",
}
<div class="description">
<h4>Hulk</h4>
<img src="./hulk.png" class="thumbnail"/>
</div>
$('.description h4').text()
$('.description img').attr('src')
{
"name": "Hulk",
"thumbnail": "./hulk.png"
}