我正在尝试解析这个 JSON 并从中提取所有数据。我不是解析它的专家,所以如果有人可以提供帮助会很好吗?
http://jsfiddle.net/NJMyD/1044/
html
<div class="items">
<div class="item">
<a href="#">
<figure>
<span><img src="" /></span>
<figcaption>
<h2 class="pod-title">
<em data-title="Title of Show"></em>
</h2>
<p class="subtitle"></p>
</figcaption>
</figure>
</a>
</div>
</div>