{JSON.stringify(object)}
{#each keys as key (key)}
{key}
{#each values as value (value)}
{value}
{/each}
{/each}