Hi,
We were curious about the reasoning behind preserving field order in JSON objects in spray-json, since the JSON spec does not require any ordering:
We ran a load test on our application using a Map rather than a ListMap here and saw a big reduction in our memory allocations. About 40% - 100gb -> 60gb.
Would you accept a PR that uses a simple Map here? Maybe behind a configuration option as to not break backwards compatibility.
Thanks
Ian