pub(crate) trait IntoJson<T> { // Required method fn into_json(self, renderer: &JsonRenderer<'_>) -> T; }