と呼ばれるparse.comにテーブルがあり、同じテーブルを指すリレーショナルフィールドであるuser
と呼ばれるフィールドがあります。a でフィールドを取得する関数を作成しましたが、返されるデータは非常に奇妙です。フィールドamiciを取得し、データを次のように返す関数(残りの)を誰かが提案できますか?amici
user
amici
user
[{
"amici": {},
"createdAt": "2013-07-27T13:46:25.519Z",
"email": "cc@libero.it",
"image": {},
"objectId": "gEyO9j55Th",
"updatedAt": "2013-08-01T13:37:22.144Z",
"username": "cc"
}, {
//... 2
}, {
//... 3
}, {
//... 4
}, {
//... 5
}];
同等のブラウザ コンソール出力
Object {results: Array[5]}
results: Array[5]
0: Object
amici: Object
createdAt: "2013-07-27T13:46:25.519Z"
email: "cc@libero.it"
image: Object
objectId: "gEyO9j55Th"
updatedAt: "2013-08-01T13:37:22.144Z"
username: "cc"
__proto__: Object
1: Object
2: Object
3: Object
4: Object