Hello Aspose Support Team,
I am exploring the possibility of converting a JSON array property into CSV format using Aspose APIs. I already have a sample payload, template, and generated output, but my expected output is…...public class RootObject { public List<Data> data { get; set; } } public...string name { get; set; } public List<string> hobbies { get; set;...