I’m using the LINQ Reporting Engine in Aspose.Words and passing a large JSON structure (~18,000 tokens) as the data source.
Currently, I’m instantiating the data source like this:
var dataSource = new JsonDataSource(n…...the JSON and memory stream is fast, the constructor for JsonDataSource...