Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 3116

Re: REST Adapter: Problem converting XML containing empty arrays to JSON

$
0
0

AS part of JSON standard "" represents the valid syntax for xml element which is appearing like

 

<value></value>  JSOn will be "value":[""]  (Assuming this is array object.

 

if you have xml tag as <value/> it should not show "" as tag itself is not appearing.

 

can you paste your right xml which you are getting because in xml which you have </item> is not valid.


Viewing all articles
Browse latest Browse all 3116

Trending Articles