I have the following JSON, and I want to parse it into array of class:
{ \"1001\": {\"level\":10, \"monster-id\": 1001, \"skill-level\": 1, \"aimer-id\":
Slightly off to one side - you asked for an array of objects when you needed a map
If you need an array (actually a slice)
http://ioblocks.blogspot.com/2014/09/loading-arrayslice-of-objects-from-json.html