pub fn to_json_value<T>(value: &T) -> WebullResult<Value>where
T: Serialize,Expand description
Convert a struct to a JSON value.
pub fn to_json_value<T>(value: &T) -> WebullResult<Value>where
T: Serialize,Convert a struct to a JSON value.