How to read a nested Array Json File in unity 3d?
Hi Folks,
Recently I started working on Unity. I am trying to read a JSON file which is of the below type. I was able to read the first "Data" part using Newtonsoft.Json Extension but not able to read the complete file can anyone help me with this(any example code)? or any code without Newtonsoft.json extension.
I am using "JsonConvert.DeserializeObject" Method
JASON File Format:
[ [ { "Data": { "Label": "ATK", "Word": "Ransomware attacks" }, "Start": 51, "End": 68 } ], [ { "Data": { "Label": "ATS", "Word": "Saumyadeb Chakrabarty" }, "Start": 3275, "End": 3295 } ] ]
Your answer
Follow this Question
Related Questions
Refresh Chat room messages 1 Answer
Nested Dictionary to JSON by LitJson 0 Answers
WebClient Errors when using WebClient. 1 Answer
Null Exception while serialize json string into txt file 0 Answers
SHA512 JS -> C# 0 Answers