You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a BTreeMap in a nested struct with date keys in order. serde_json::json! maintains key order while serde_dynamo scrambles it. Am I missing something here? Is this expected behaviour?