Skip to main content
Module

x/canonify/mod.ts

A tiny JSON canonicalize function written in Typescript. Creates crypto safe predictable canonicalization of JSON as defined by RFC8785 and is usable in Deno, Node.js, and browsers.
Latest
import * as canonify from "https://deno.land/x/canonify@v1.1.1/mod.ts";

Functions

Convert a JSON serializable object to a canonicalized string.