Mathias

Results 205 comments of Mathias

This is a perf-related change introduced with 1.3.0. Before we were using a `ListMap` to keep the members of a JSON object, which maintains the original order of addition to...

I agree with @betandr here. JSON members are unordered, so if your code relies on any ordering you should establish it yourself rather than requiring your dependencies to adhere to...

@tohenryliu Can't you satisfy your ordering needs on your layer? Similarly to what @betandr described?

@tohenryliu If you'd like to establish a specific kind of structure for your raw JSON (e.g. for your tests) you could always add a separate reformatting stage that does exactly...

Dan, thanks for this analysis. You definitely have a point here. I think we should disallow `null` for anything but Options. We'll discuss it on our side and come up...

Yes, right. Maybe we should add a config switch somehow indicating whether to produce non-ascii chars directly in UTF-8 encoding in the output or whether to explicitly encode them via...

Ruud, thanks for this, from the looks of it it looks like a useful addition. However, we currently don't have any capacity for spray-json related work, so this PR might...

@rditerwich I'd like to get that merged and shipped with 1.3.0. However, you have to accept the [Typesafe CLA](http://www.typesafe.com/contribute/cla/) first (just a few clicks). Would that be possible for you?

Also, the patch doesn't merge cleanly anymore. Could you rebase on top of the current master?

I guess it can. We'll merge it when we cut the next minor release, which will hopefully be soon.