It's an array of array of strings. But I would just cast it to dynamic. And use 
it that waydynamic obj = deseriizeConsole.write(obj[0].id)HthDavySent from my 
Samsung Galaxy smartphone.
-------- Original message --------From: Tom P <tompbi...@gmail.com> Date: 
18/07/2019  01:19  (GMT+01:00) To: ozDotNet <ozdotnet@ozdotnet.com> Subject: 
JSON deserialize Hi allNoob 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.ThanksTom-- ThanksTom

Reply via email to