Given a String : {'Name':'Bond','Job':'Agent','LastEntry':'15/10/2015 13:00'}
I want to parse it into a Map[String,String]
, I already tried this answer but it doesn't work when the character :
is inside the parsed value. Same thing with the '
character, it seems to break every JSON Mappers...
Thanks for any help.