I have json message that contains another json message in textual form:
{
"one": "one".
"two":2,
"MSG": "{\"src\":\"my source\",\"priority\":\"0\"}"
}

What would be transform spec to get "contained" message in json ?
{
"src": "my source",
"priority": "0"
}
Thank you

Reply via email to