Public
HTTP (deprecated)
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Readme

Response.json Example

This val produces the JSON { ok: true } at the URL: https://tmcw-jsonokexample.web.val.run/

1
export const jsonOkExample = () => Response.json({ ok: true });
tmcw-jsonokexample.web.val.run
October 23, 2023