how to post below data with Alamofire
[{
OrgId: 1001,
ClassworkId: 999800580,
UniqueText: '',
FullFileName: 'download.jpg',
}, {
OrgId: 1001,
ClassworkId: 0,
UniqueText: 'abc-126',
FullFileName: 'download (1).jpg',
}]
i want to pass this data in JSON format.i am using SwiftJson.