I can't deserialize following json string because the root element doesn't have key name. only a numeric value. I use Json.Net
{"41":{"entity_id":"41","status":"pending"},"42":{"entity_id":"42","status":"canceled"}}
this is a response from Magento REST Api. I can get the response in xml, But I can't deserialize using xml response too. there are two date_item nodes in two different child elements.