Convert XML to JSON
When I assigned element (<ID>1234<ID>) directly to the Json string and response back to REST.
Is there any way to have a response without $ sign like this:
{
"ROOT":{
"ID":"1234"
}
}
Thank you
0
When I assigned element (<ID>1234<ID>) directly to the Json string and response back to REST.
Is there any way to have a response without $ sign like this:
{
"ROOT":{
"ID":"1234"
}
}
Thank you