How to fill report using JSON datasource without getting null values?

From JasperReports – JSON Data Source Sample (version 6.4.3) The built-in JSON query executer (see the JsonQueryExecuter class) is a tool that uses the query string to produce a JsonDataSource instance, based on specific built-in parameters (or equivalent report properties). This query executer is registered via JsonQueryExecuterFactory factory class. In order to prepare the data … Read more