json - Jersey and MOXy, mapping variable properties -
using jersey , moxy build restful client, i'm stuck on how handle mapping entity/class json message has variable , unpredictable properties in it.
i love if have entity how framework documentum's dfc had idftypedobject. boy that'd nice work with. or way suck map of maps or something...
i've been searching around, either don't understand i've found, or maybe specific thing doesn't happen much...? if point me right terminology , direction, i'd super grateful!
a possible response body may come in follows...any number, , type of properties possible under "properties":
{ "response": "all good, darling", "properties": { "property1": { "stuff": [], "goodies": [] }, "property4": 63473, "property5": "draft", "property6": [ "1341340696280", "23523525", "32424", "22362626262626" ] }
Comments
Post a Comment