Forum Discussion

andi's avatar
andi
Occasional Contributor
5 years ago

JSON Response incomplete

Hello,

i have a rest webservice returning json data. The json reponse contains the key "class". Soap UI does not display the key. I can see the "class" in the raw data.

 

{
   "class" : "ABC",
   "id": "123",

....

 

Displayed as:

{
   "id": "123",

....

Thanks

Andi

No RepliesBe the first to reply