与非常相似,我有一个JSON REST回复,如下所示 { }, something ...问题是数组是顶层的。我尝试调用,如下所示:
Something[] result = jsonParser.parse(response, Something[].class); //array cannot be instantiated: java.lang.IllegalArgumentException: unable to create new instance of class [L...; because it is