JSON Input {#if exampleInputs.length > 1}
{#each exampleInputs as exampleInput}
{exampleInput.label}
{/each}
{/if}
{#if exampleValue && exampleValue !== value}
{ value = exampleValue; }} use:tooltip={'Reset example to original'} >
Reset
{/if}