shakilsiraj / json-object-mapper

A TypeScript library to serialize and deserialize object graph from/to JSON in a fast and non-recursive way
MIT License
59 stars 17 forks source link

initializing properties by from JSON in an instance #35

Open zircon63 opened 6 years ago

zircon63 commented 6 years ago

Need initializing properties in an Instance, because example in README doesn't work. Or need init each property in declare class.