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…...you can directly pass the file path to the JsonDataSource constructor...dataSource = new JsonDataSource("path/to/your/large.json", options);...