JSON Deserialize
Hi all, have been researching this for a couple of hours now but not quite understanding it.
I have a leaderboard I am wanting to load/save and thought JSON would be the easiest way but am struggling with getting the JSON formed how I want it.
I have tried a few different ways but keep running into the same issue, which I believe is that it's getting an array of my class.
I have tried changing it to a List<t> I am trying to get but still the same error message.
I have a leaderboard I am wanting to load/save and thought JSON would be the easiest way but am struggling with getting the JSON formed how I want it.
I have tried a few different ways but keep running into the same issue, which I believe is that it's getting an array of my class.
I have tried changing it to a List<t> I am trying to get but still the same error message.