No serializer found for class org.json.JSONObject and no properties discovered to create BeanSerializer
问题 having JSON from web service, Json Array as a response [3] 0: { id: 2 name: "a561137" password: "test" firstName: "abhishek" lastName: "ringsia" organization: "bbb" }- 1: { id: 3 name: "a561023" password: "hello" firstName: "hello" lastName: "hello" organization: "hello" }- 2: { id: 4 name: "a541234" password: "hello" firstName: "hello" lastName: "hello" organization: "hello" } After Getting Response in JsonArray Getting error while reading Json Object of Json Array : List<User> list = new