How can I select some fields from this Json Result or response which has the blow format
var WPQ3ListData = { "Row" :
[{
"ID": "27",
"PermMask": "0x400001f07fff1bff",
"FSObjType": "0",
"Title": "NOOO",
"FileLeafRef": "27_.000",
"TotalCost": "87",
"TotalCost.": "87.0000000000000",
"TC1ID": "23",
"TotalCost.SUM": "160"
}]
}
for example I want to select TotalCost.SUM value and store it into a variable on document.ready of jQuery