wankdanker / node-object-mapper

Copy properties from one object to another.
MIT License
277 stars 73 forks source link

[#41] Handling non-existent sub-array elements of source object #42

Open nagarajanchinnasamy opened 7 years ago

nagarajanchinnasamy commented 7 years ago

For further details please refer to the issue: [#41] Handling non-existent sub-array elements of source object

wankdanker commented 7 years ago

Hi @nagarajanchinnasamy, thank you for putting this together. Could you please add a couple more tests to test your proposed functionality? At least the same example as from issue #41.

Thanks!

nagarajanchinnasamy commented 7 years ago

You are welcome. Thanks for the small but powerful library 👍

I will add the tests and resubmit.