import * as json5 from "https://deno.land/x/json5@v1.0.0/mod.ts"; VariablesvdefaultFunctionsfparseConverts a JSON5 string into an object. frequireLoads JSON5 from file synchronously frequireAsyncLoads JSON5 from file asynchronously fstringifyConverts a JavaScript value to a JSON5 string.