0
私は以下の方法でデータ構造を持っています。私は、subjectName PHYSICS PAPER-IとmarksGained 40を持つすべてのレコードを取得したいと考えています。dynamo DBのネストされたプロパティを照会する方法
このようなレコードに照会することは可能ですか?これを達成するために使用できる他のライブラリがありますか?
{
"CID": "A1",
"COL_ID": "HARISHFYSX",
"district": "ADILABAD",
"grandresult": "C",
"grandtotal": "232",
"stdntname": "JAMES",
"subjects": [
{
"marksGained": "38",
"outcome": "P",
"passType": "*",
"subjectName": "ENGLISH PAPER -I"
},
{
"marksGained": "56",
"outcome": "P",
"passType": "*",
"subjectName": "TELUGU PAPER-I"
},
{
"marksGained": "42",
"outcome": "P",
"passType": "*",
"subjectName": "BOTANY PAPER-I"
},
{
"marksGained": "22",
"outcome": "P",
"passType": "*",
"subjectName": "ZOOLOGY PAPER-I"
},
{
"marksGained": "40",
"outcome": "P",
"passType": "*",
"subjectName": "PHYSICS PAPER-I"
},
{
"marksGained": "34",
"outcome": "P",
"passType": null,
"subjectName": "CHEMISTRY PAPER-I"
}
],
"ticket": "1534343434",
"UID": "A1_1534343434"
}