alexeyraspopov / dataclass

Data classes for TypeScript & JavaScript
https://dataclass.js.org
ISC License
181 stars 6 forks source link

support toJSON with embedded dataclass #7

Closed mingchuno closed 5 years ago

mingchuno commented 6 years ago

fix currently dataclass with embedded dataclass cannot be correctly serialize to JSON. Also dataclass with non-primitive value cannot be correctly compare by equals which have no fix at the moment

mingchuno commented 6 years ago

@alexeyraspopov

mingchuno commented 6 years ago

@alexeyraspopov Hi, I have done the update, please check