Possible YAGNI. For JSON imports, retain the contents of data["metadata"] in a new, public metadata instance attribute, that is included in the output of .json_dict().
Probably want to add flags to instruct to discard and/or ignore metadata on import and export.
Possible YAGNI. For JSON imports, retain the contents of
data["metadata"]
in a new, publicmetadata
instance attribute, that is included in the output of.json_dict()
.Probably want to add flags to instruct to discard and/or ignore metadata on import and export.