Macro extract_json_frontmatter

Source
macro_rules! extract_json_frontmatter {
    () => { ... };
}
Available on crate feature json only.
Expand description

Extracts, parses, and returns the JSON frontmatter.

ยงPanics

Panics if the frontmatter cannot be found or if its contents cannot be parsed.