Function handlebars::to_json
source · pub fn to_json<T>(src: T) -> Jsonwhere
T: Serialize,
Expand description
Convert any serializable data into Serde Json type
pub fn to_json<T>(src: T) -> Jsonwhere
T: Serialize,
Convert any serializable data into Serde Json type