pub fn render_json_schema_document<W>(
stream: W,
settings: SchemaSettings,
pretty: bool,
)where
W: Write,Expand description
Render the JSON schema for document_tree::Document.
pub fn render_json_schema_document<W>(
stream: W,
settings: SchemaSettings,
pretty: bool,
)where
W: Write,Render the JSON schema for document_tree::Document.