我想從已有的列表和字典中製作一個主字典。我很難讓它像我認爲的那樣工作。 我有一個學生姓名列表。 names=[Alice, Bob, Charles, Dan] 我再有2個字典根據學生的身份證號和另一塊信息的有信息。 dict1={'100':9, '101:9, '102':11, '103':10} #the keys are student ID and the values are the
鑑於以下的POJOs .. public class City {
private String title;
private List<Person> people;
}
... public class Person {
private String name;
private int age;
}
我想讓類的Jackson連載實例以下例