I'm new in using JasperReport. I have a simple JSON data that structured like this :
[
{"name":"Data 1"},
{"name":"Data 2"},
{"name":"Data 3"}
]
I pass that json Data as Parameter in Jasper Report. I'm really new in JasperReport, and i never use Java before. I also use PHPJasper to generate the report.
Now, the problem is :
- How to iterate over the JSON data in JasperReport?
- In order to achieve the iterating process, what type of Class of the Parameter that will receive the JSON data?
Can anybody help me to solve those problems? I appreciate any answer. Thanks in advance.