JSON 预览
{json.length} 条记录
(collapsed = !collapsed)} class="rounded px-2 py-1 text-xs text-gray-500 hover:bg-gray-200 cursor-pointer" > {collapsed ? '展开' : '折叠'}
{#if collapsed}
{JSON.stringify(json)}
{:else}
{@html highlight(jsonString)}
{/if}