JasperReports Library (at least version 6.20.6) supports passing json data as parameter, then creating ByteArrayInputStream from it and then directly accessing data or creating additional sub data sets using JsonDataSource. Everything just works.
Running such report under Knowage doesn ‘t throw any errors, but instead of values it shows everywhere - null‘s.
Where is the trick?