I have to deserialize a json with json.net
Json data like:
The green blocks' property name(key) was fixed,
but the others were dynamic and the quantity of them not fixed.
How to i declare my class to deserialize the data
use JsonConvert.DeserializeObject(jsonString)
or other best solution?