Hi all

Noob question here as it seems my brain is not working at all.

I have json like this:

{
  “Some GUID”: {
    “Id”: “Some GUID”,
    “Property1”: “abc”,
    “Property2”: 123.45,
    “Property3”: false
  },
  “Another GUID”: {
    “Id”: “Another GUID”,
    “Property1”: “def”,
    “Property2”: 456.10,
    “Property3”: true
  }
}

I can’t seem to work out how to deserialize this with Json.NET. Any hints
to trigger my brain to wake up? Quite embarrassing.

Thanks
Tom
-- 
Thanks
Tom

Reply via email to