Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
method Buffer.prototype.toJSON
import { Buffer } from "https://deno.land/x/postcss@8.4.16/lib/deps.js";

Returns a JSON representation of buf. JSON.stringify() implicitly calls this function when stringifying a Buffer instance.

Returns

Record<string, unknown>