node-object-mapper
node-object-mapper copied to clipboard
Copy properties from one object to another.
ex: no of sub elements inside offers is dynamic.It may be 2,3,4 or whatever amount. In example i put 2 elements si json .. "offers": [ { "price": 99, "format":'USD'...
Hey, Haven't gone through the source code of this lib, but how hard would it be to perform aggregation before the mapping, for instance: source: ``` {group: 1, msg: 'hello'}...
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Anyway, I needed a way to...