import { parse } from "https://deno.land/x/windmill@v1.415.2/node_modules/comment-json/index.d.ts";
Converts a JavaScript Object Notation (JSON) string into an object.
Parameters
optional
reviver: ReviverA function that transforms the results. This function is called for each member of the object.