edvin
04/02/2017, 4:48 PMjavax.json.JsonObject
is also a bit tricky, since a copy on write would result in a new instance, and that would be very problematic if the user kept a reference to it. I think we'd actually need to reimplement the whole thing. I think there is a mechanism we can plug into so we can return TornadoJsonObject
instead, so it might be possible to do cleanly.