{
  "👋": "Use this site as a prefix to return data from any url as an importable 🄴CMAScript 🄹SON 🄼odule",
  "e.g.": "https://ejm.sh/raw.githubusercontent.com/denoland/deno/3b6b75bb46840a897a310dfd3fcbbd05618f3c5b/core/Cargo.toml",
  "why?": "Statically import immutable data at build time instead of fetching it at runtime!",
  "🧑‍💻": {
    "static": "import toml from 'https://ejm.sh/raw.githubusercontent.com/denoland/deno/3b6b75bb46840a897a310dfd3fcbbd05618f3c5b/core/Cargo.toml' with { type: 'json' };",
    "dynamic": "const { default: toml } = await import('https://ejm.sh/raw.githubusercontent.com/denoland/deno/3b6b75bb46840a897a310dfd3fcbbd05618f3c5b/core/Cargo.toml', { with: { type: 'json' } });"
  },
  "🪄": "Automatically converts yaml, jsonc, toml, csv, xml, text into parsed json, otherwise returns { b64: <base64-encoded binary data> }",
  "🦕": "Made by John Spurlock (twitter.com/johnspurlock) with Denoflare (denoflare.dev)"
}