After thinking about it, I'm realizing, that all I...
# klaxon
d
After thinking about it, I'm realizing, that all I really need on the server is to validate, add this info and cache this json, and return it to android apps. On the android side, it needs to get parsed backed to the structure I mentioned... klaxon could parse to JsonObject, but then validation and transforming is a bit manual... I was thinking maybe along the lines of a
ProcessBefore
annotation to mutate the original json at that point, before the actual creation of the class could cover this whole use case nicely...