How return all multifields data using DocLister JSON API example here:
{!! $modx->runSnippet('DocLister', ['documents' => 56, 'api' => 1, 'JSONformat' => 'new', 'tvList' => 'tabs', 'renderTV' => 'tabs']) !!}
I have custom TV "tabs" wich is a multieields type and I don't know how return all data in JSON format ? o.0