pub fn struct_to_json(value: &Struct) -> ValueExpand description
Convert an open-ended Struct into a serde_json::Value (always a JSON
object). Use it to read facets / data / fields / events without
touching buffa types directly.
pub fn struct_to_json(value: &Struct) -> ValueConvert an open-ended Struct into a serde_json::Value (always a JSON
object). Use it to read facets / data / fields / events without
touching buffa types directly.