[][src]Function askama_shared::filters::yaml

pub fn yaml<E: Escaper, S: Serialize>(
    e: E,
    s: &S
) -> Result<MarkupDisplay<E, String>>

Serialize to JSON (requires serde_json feature)

Errors

This will panic if S's implementation of Serialize decides to fail, or if T contains a map with non-string keys.