I have the following JSON document:
{
  "1786042": {},
  "2064178": {
    "initialImportDate": "2015-11-13T12:22:53.585",
    "hideCrossedOutPrice": false,
    "salesCount": 0,
  },
  ...
}
How can I get access to the list of products, which are defined by id and not a name, that could be deserialized?
 
     
    