4
JsonMappingException: จากโทเค็น START_ARRAY
รับไฟล์. json ต่อไปนี้: [ { "name" : "New York", "number" : "732921", "center" : [ "latitude" : 38.895111, "longitude" : -77.036667 ] }, { "name" : "San Francisco", "number" : "298732", "center" : [ "latitude" : 37.783333, "longitude" : -122.416667 ] } ] ฉันเตรียมสองคลาสเพื่อแสดงข้อมูลที่มีอยู่: public class Location { public String …