Hi Aspose Team,
I’m using Aspose.Words with the LINQ Reporting Engine, and I have a JSON data source with two separate arrays: one contains person names and IDs, and the other contains addresses and person IDs. I want t…..."name": "John Doe" }, { "personId": 2, "name": "Jane Smith" } ], "addresses":..."123 Main St" }, { "personId": 2, "address": "456 Elm St" } ] }...