rhalff / dot-object

Transform json objects using dot notation
MIT License
471 stars 46 forks source link

Modifiers are not supported in transform operation #45

Open cdelgadob opened 4 years ago

cdelgadob commented 4 years ago

It seems that the aim is to support them, but the actual function declaration and code does not support modifiers. Is there a workaround for this?

https://github.com/rhalff/dot-object/blob/0c8a4d8b766f62f2c0f1bf81b1a67259ee5ef480/src/dot-object.js#L466