fetch data as json

const data = await (await fetch('/posts')).json();