pub fn to_markdown( data: &Value, options: &MarkdownOptions, ) -> Result<String, String>
Convert a JSON object to a Markdown string.
Returns an error if the input is not a JSON object.