pub fn render_update_json(
update: &TldrCacheUpdate,
pretty: bool,
) -> Result<String, Error>Expand description
Serialize the explicit tldr update result for a process boundary.
ยงErrors
Propagates the unlikely JSON writer failure from serde_json.