{#each objects as obj}
	<input bind:value='obj[prop]'>
	<pre>{JSON.stringify(obj)}</pre>
{/each}