I want to create a JSON Object from the JASPER Report by writing Java Code. is there is any way to do this??
Yes, is is possible. Take a look to JasperReports documentation here. Note that the JSON output format organizes data hierachically in a tree structure, written in accordance with the JSON syntax:
Here is another topic that may help you (with screenshots).