On Wed, 24 Apr 2013 22:30:41 GMT, 0b1100110 wrote:

500 - Internal Server Error

Internal Server Error

Internal error information:
core.exception.AssertError@std.algorithm(1849): Assertion failure
(...)

Hm, this is obviously a bug/limitation in std.algorithm.swap, which thinks that two Json objects reference each other and then refuses to swap them. In fact, they don't reference each other and also could be swapped using simple assignments, even if they would have aliasing (this(this) could for example fix that).

I have absolutely no idea why it suddenly occurs and will look for a workaround.

Thanks for the notification!