import { jsonDecode } from "https://deno.land/x/dtils@2.3.1/mod.unstable.ts";
Parse json.
Wraps the native implementation, the difference being that primitives are parsed at the top level
(i.e. jsonParse("null")
) is valid
x/dtils/mod.unstable.ts>jsonDecode
import { jsonDecode } from "https://deno.land/x/dtils@2.3.1/mod.unstable.ts";
Parse json.
Wraps the native implementation, the difference being that primitives are parsed at the top level
(i.e. jsonParse("null")
) is valid