Hi, I tried getting REST responses from the shindig server ( java ) version . There are different formats available. I got json and xml responses successfully for /people/guid/@all . But the two responses are having different number of elements. For xml the element tree is more than json. In xml the data contain empty elements .Not in json.Is it because the json response will contain only data rich elements ? or Is that response content is different for xml and json ?
If i am using any client application which communicate with the shindig server , which response is better json or xml ? Regards Haris

