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
{{ message }}
This repository has been archived by the owner on May 17, 2024. It is now read-only.
There isn't curreny a way to do this. I'm not sure what the best way to add this would be. Maybe by first checking if the key exists and then falling back to the nested path. That would technically be a breaking change but it's unlikely anyone would have conflicts like that I think.
On Jan 7, 2019, at 08:09, Tim Walsh ***@***.***> wrote:
@keith Thank you... wonder if encoding the "." == %2E would work
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am trying to map a dictonary where the keys have ".", for example
"gcm.message_id": 2002
How can I use the Mapper to not see those "." as a path?
The text was updated successfully, but these errors were encountered: