nikolaymetchev
05/26/2022, 11:45 AMJsonObject
? If I have such an object already and I wish to add a couple of elements somewhere nested deep inside is that possible programatically? I think I would have to effectively clone the whole thing myself in order to achieve that.Igor Kolomiets
05/26/2022, 2:54 PMJsonTransformingSerializer
to order elements of JsonArray
can be easily adapted to your need.