この json の結果から特定の値を取得するには (Jquery を使用して) どうすればよいですか? たとえば、電子メールの場合
[
{
address: "",
province: "",
firstName: "Anna",
email: "anna@example.org",
postalCode: "",
key: "135",
type: "technical",
description: "",
isPrimaryContact: true,
phone: "",
country: "",
city: "",
salutation: "",
position: " Projects Leader, Academic Systems",
lastName: ""
}
]
別のサーバーのjsonから $.ajax() を使用します。