Skip to main content
Go to Latest
function getDocumentationJSON
import { getDocumentationJSON } from "https://deno.land/x/markdeno@markdeno%400.0.1/mod.ts";

Returns a parsed version of the json object returned by deno doc --json

Examples

const json = await MarkDeno.getDocumentationJSON("file.ts");

Parameters

input: string

File to document.