pub fn render_search_json(
search: &QuerySearch,
pretty: bool,
) -> Result<String, Error>Expand description
Serialize structure-aware search results in compact or human-readable form.
ยงErrors
Propagates the unlikely JSON writer failure from serde_json.