import { stringfyJson } from "https://deno.land/x/authlete_deno@v1.2.3/src/util/util.ts";
Convert a JavaScript value to a JSON string. null
is returned if
failed to stringfy the value.
Note: this method is a wrapper method for JSON.stringify()
.