Skip to main content

to_markdown

Function to_markdown 

Source
pub fn to_markdown(
    data: &Value,
    options: &MarkdownOptions,
) -> Result<String, MarkdownError>
Expand description

Convert a JSON object to a Markdown string.

Returns an error if the input is not a JSON object.