I have a string that looks like this..
"Message" : "{\"eventType\":\"DataChanged\",\"operation\":\"create\"}"
Is there any library in Java that can convert this to the string below so I can then parse it into a json object
"Message" : {"eventType":"DataChanged","operation":"create"}