この 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>