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?
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?