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