import { stringify } from "https://deno.land/x/opine@2.3.3/src/utils/stringify.ts";
Stringify JSON, like JSON.stringify, but v8 optimized, with the ability to escape characters that can trigger HTML sniffing.
x/opine/src/utils/stringify.ts>stringify
import { stringify } from "https://deno.land/x/opine@2.3.3/src/utils/stringify.ts";
Stringify JSON, like JSON.stringify, but v8 optimized, with the ability to escape characters that can trigger HTML sniffing.