Skip to content

Improve/fix JSON deserialization

Leon Mauritz Möller requested to merge fix/move_inverse_dicts into master

This merge request moves the inverse dicts from the JSON deserialization to _generic.py, since they are used in the XML deserializaton as well. It also makes _construct_reference() return its object_class parameter, as mentioned on zulip nearly two months ago. :'D

Edited by Michael Thies

Merge request reports