I want to store data object array into mongodb as below format.
'
certifications' = {
'certification1' = { 'name': ' SQL Server'},
'certification2' = { 'name': 'Angular'},
....
}
Like wise I want to store data into monogodb field array.
Certiftication3, certifications4 it is dynamic it comes from client side.
How to acheive that functionality please help me...