stdweb icon indicating copy to clipboard operation
stdweb copied to clipboard

Use ordered map for SerializeMap

Open dgulotta opened this issue 5 years ago • 0 comments

The struct stdweb::ecosystem::serde::SerializeMap uses a BTreeMap, so it sorts the keys that are passed to it. It would probably make more sense to preserve the order of the keys.

dgulotta avatar Apr 16 '19 21:04 dgulotta