1
2
3
4
import JSON5 from "npm:json5";
let d = Deno.env.get("test_json");
console.log(JSON5.parse("{a:1,}")); // need no quotes