Closed tlbdk closed 1 year ago
thanks
I will revert this change. The goal is that all types supported out-of-the-box are compatible with how serde_json serializes them. std::time::Duration is, by default, serialized as {secs: .., nanos: ..}.
std::time::Duration
{secs: .., nanos: ..}
thanks