{{ parsed.key }}
:
{{ `${parsed.value}` }}
,
{{ expanded ? '-' : '+' }}
{{ parsed.key }}
:
{{ parsed.type === 'array' ? '[' : '{' }}
/* {{ format(parsed.value.length) }} */
{{ parsed.type === 'array' ? ']' : '}' }}
,
{{ parsed.type === 'array' ? ']' : '}' }}
,