Forum Discussion
nmrao
9 years agoCommunity Hero
Can you post raw json response please? Why are you getting slashes?
Gkm
9 years agoContributor
This is actual JSON string response, and after removing all extra delemeters, I got this JSON
def JSONResponse = ''' {
"Unit": {
"Profile ": 12,
"Devices ": [{
"Id ": 1,
"DetailJSON": {
"Name": "ALPR_1",
"Profile": {
"ID": 1,
"BitRate": 0
},
"Index": -1
},
"PIPDetailJSON": {
"Name": "ALPR_2",
"Profile": {
"ID": 2,
"BitRate": 0,
"Mode": "pip"
}
}
}]
},
"UnitID ": 12
} '''