Hi guys,
I am consuming an API which responses each time with a different JSON structure; with different JSONobjects in it (43 entities);
for example I receive below "entities" a JSON object: "color". A next response could have other objects of the 43 entities (for instances length/weight/etc).
I am wondering whether I can set up a unique JSON structure without an associationName for each of the 43 entities?
{"msg_id": "0XuRcewouzHcIroA6","_text": "Some text sentence of a descriptionline, from a description","entities": {"color": [
{"confidence": 0.93332288255839,"value": "kleur",
}
]
}
}