Closed
Solved
How do I setup properties if the JSON response contains "-" in the key?
How do I setup properties if the JSON response contains "-" in the key? How should my integration response class structure be for this? since Pega doesn't allow "-" hyphens in the property name
for eg :
{test:{
"a-v-b":"abcde";
"a-v-c":"abcde";
}
}