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
Sometimes It's required to preserve the order, If we could add a flag to generate code with IndexMap instead of HashMap .
We could also just utilize serde_json::Map so It'd respect the serde_json feature flag.