{% comment %} JSON Display Widget Shows JSON with syntax highlighting (Pygments). Dual theme support (light/dark). {% endcomment %} {% if is_compact %} {# Full highlighted JSON for short content #}
{{{ key_count }} keys}
{% elif preview_type == 'list' %}
[{{ item_count }} items]
{% else %}
{{ preview }}...
{% endif %}