- JSONStorage, a JSON file storage manager for Deno
- json-storage, a service with JSONStorage on Deno and wsutil
import { fetchJSON } from "https://js.sabae.cc/fetchJSON.js";
const res = await fetchJSON("/api/path/file", jsonvalue);import { fetchJSON } from "https://js.sabae.cc/fetchJSON.js";
const res = JSON.stringify(await fetchJSON("/api/path/file"));deno serve --port 8888 --host "[::]" -A json-storage.js