UNPKG

protoml-parser

Version:

ProtoML is a lightweight, declarative markup language designed for writing and structuring meeting protocols, notes and task lists in a human-readable and machine-parseable format.

4 lines (3 loc) 101 B
module.exports = function renderJSON(ast, options = {}) { return JSON.stringify(ast, null, 2) }