I was also facing problemproblems in JsonJSON parsing .Finally Finally I learnt jsonJSON parsing. Now I can parse any json JSON. So iI did tutorial on it. I am requesting you to check out. First of all iI have covered Newton jsonJSON Plugin and then without plugin using JsonJSON Utility class. Json Parsing in Unity By using Newton json Plugin(JSON .Net) and Jsonutility Steps
Steps for Newton JsonJSON: 1.Search on Asset store Newton json or Json .Net and install it. 2.If got erros changed .Net version to .Net4 3.Copy your json and go on site of json2csharp and paste there. It will create a json class . Copy json class AND paste it in your class. 4.Create Object of RootObject class and get data whatever you want. For
- Search on Asset store Newton JSON or JSON .Net and install it.
- If you get errors, change .Net version to .Net4
- Copy your json and go on site of json2csharp and paste there. It will create a json class. Copy json class AND paste it in your class.
- Create Object of RootObject class and get data whatever you want.
For JsonUtility follow till steps 3 and then from classes remove get set and just add semicolon with variable and on each class created by json2csharp site write [Serializable].It It will be on top of class. Hope
Hope it will help you.