I have made an object like:
var courtdocument= {
'CFADocuments': {
cv: [
"CFA_Pack_Cover_Letter.docx",
"Countersigned-CFA-Terms-and-Conditions-Letter.docx",
"Test-cfa-documents - Copy - Copy.docx"
]
},
'LetterOfClaim': {
cv: [
"CFA_Pack_Cover_Letter.docx",
"Countersigned-CFA-Terms-and-Conditions-Letter.docx"
]
},
'LetterOfInstruction': {
cv: [
"CFA_Pack_Cover_Letter.docx",
"Countersigned-CFA-Terms-and-Conditions-Letter.docx"
]
},
Letters: {
cv: [
]
},
'MedicalRecords': {
cv: [
]
},
'medicalreports': {
cv: [
]
}
}
How will I get this set?
CFADocuments
LetterOfClaim
LetterOfInstruction
Letters
MedicalRecords
medicalreports