debasishg/sjson

Tuple2 needs to be handled for embedded JsValues

debasishg opened this issue · 1 comments

Tuple2 is getting de-serialized but only at the top level. Need to recurse down.

Now it recurses down and serializes / deserializes embedded objects too. Need to add the @JSONTypeHint annotation as usual.