You are asking Jackson to parse a StudentList . Tell it to parse a List (of students) instead. Since List is generic you will typically use ... ... <看更多>
I mainly focused on iOS programming but I also do JAVA and C# backend, ... class Student { private int age; private String name; public Student(int age, ... ... <看更多>