Can Object.X support dots inside paths as actual property string? #86
Unanswered
kristiannotari-orangeloop
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone, first off, great job with this library. It's
confusinghelping me a lot!I tried using the Object.X functions with some dotted paths as in
'a.b.c'
but the result I'd like to have is to actually have the path to be considered as a single property instead of a path. Is there a way to "opt-out" from the automatically path to nested properties translation?Not sure if this makes total sense at all, maybe the solution is to approach the problem from a different angle. Right now I tried using Update and reverted to Assign using my own key without path translation.
Beta Was this translation helpful? Give feedback.
All reactions