{set $rows = json_decode($_modx->resource.reviews, true)}
{foreach $rows as $row}
<a href="{$row.link}" class="sidebartopic">
<img src="{$_modx->runSnippet("pthumb", [ 'input' => $row.image, 'options' => 'w=350&h=180&zc=1&q=90', 'useResizer' => 1, ])}" alt="{$row.title}">
<span>{$row.title}</span>
</a>
{/foreach}