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
58 stars 18 forks source link

initializing properties by from JSON in an instance #35

Open zircon63 opened 5 years ago

zircon63 commented 5 years ago

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