Open vvmruder opened 2 months ago
The dict type is only supported for xml attributes, there is no other use case when you are working with xml https://xsdata.readthedocs.io/en/latest/models/types/#dict
json on the other hand supports dynamic properties.
I encounter a limit Iam curious why it is there.
Assuming the following code:
It will end up with:
May I ask, what are the limitations here or for a hint what I did wrong?