You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @eatplaysleep,
I just tried this project for the first time. I had the same problem. It appears, that it's already possible to escape a period in destination key. It's required to use double back slash. To get your expected result you should use following map:
@wankdanker, I'm not sure if this should be enough to close this issue, or should single backslash escaping be supported? Perhaps mentioning this in the README.md would help to avoid confusion?
When the actual destination key contains
.
there is no way to actually set it.Expected
Escaping
.
would result in setting the destination key as a literal.Actual
Performs deep mapping.
Example
Origin
Map
Expected Result
Actual Result
The text was updated successfully, but these errors were encountered: