[Solved] About JsonUtility

Use Code Tags:

As for using JsonUtility, it requires a class be defined to deserialize as.

Otherwise you need to use a different json serializing engine.Something like Json.net would work.