LabEG / Serializable

Small library for deserialization and serialization for javascript and typescript
MIT License
62 stars 10 forks source link

toJSON deep copy not working #14

Open emilov2501 opened 1 month ago

emilov2501 commented 1 month ago

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

изображение

LabEG commented 1 month ago

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.