pub type HumanViewFn = Arc<dyn Fn(&Value) -> String + Send + Sync>;
Function used to render custom human output for a JSON value.
pub struct HumanViewFn { /* private fields */ }