pub fn value_to_json(val: &Value, table: &DataConTable, depth: usize) -> ValueExpand description
Convert a tidepool Value to serde_json::Value using the DataConTable for constructor names.
pub fn value_to_json(val: &Value, table: &DataConTable, depth: usize) -> ValueConvert a tidepool Value to serde_json::Value using the DataConTable for constructor names.