LabEG / Serializable

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

Custom Json-Property names #2

Closed telpat0298 closed 3 years ago

telpat0298 commented 4 years ago

Awesome library. I implemented it today and noticed that it would be useful to have the possibility to choose custom json property names when de/serializeing, since the property names of classes and json won't always be the same.

Greetings Patrick

LabEG commented 4 years ago

I am currently working on a new project and faced with same problem. So I'm going to upgrade this library and add custom names and naming convention as in Newtonsjot Json.

LabEG commented 4 years ago

Please check latest version.