Serializable icon indicating copy to clipboard operation
Serializable copied to clipboard

toJSON deep copy not working

Open emilov2501 opened this issue 1 year ago • 1 comments

is it possible to completely convert fromjson to json, at least I can't do that and have to perform 2 manipulations, while in the data model I specified the person field with the necessary serialization

изображение

emilov2501 avatar Sep 06 '24 09:09 emilov2501

The library can make a deep copy with nested objects. There is even an autotest that checks this feature during each build.

Can you send the source files of the models you are converting? They may be missing attributes.

LabEG avatar Sep 15 '24 11:09 LabEG