Hi,
I have multiple objects say. eg.Customer, Products.
I need to create a separate Json file for Customer and Products.
Finally this two Text files(JSON) should be zipped under "MyInfo".Zip.
When the user clicks on the button "Download Zip" , it should download "MyInfo.Zip" file.
If he unzips, he should see
1)Customer.txt (JSON)
2)Products.txt (JSON)