how to create jasper report in jaspersoft studio using json

i want to create jaspersoft report using json file with  json list.

h.aulakh89's picture
Joined: Nov 26 2014 - 8:40pm
Last seen: 1 year 10 months ago

Check my blog mentioned below. Hopefully it helps. If it does up vote.

Thanks

Rajesh S

rajesh.sirsikar - 8 years 6 months ago

1 Answer:

Hi AAulakh89,

I have explained a step by step approach of "how to createa simple report using JSON File".

Please check http://www.rajeshsirsikar.com/creating-a-simple-report-using-json-file-i...

Thanks

Rajesh S 

 

rajesh.sirsikar's picture
Joined: Apr 21 2014 - 5:43am
Last seen: 5 years 1 month ago

I have a json without the main array name. how can i get that ?

chanu1993 - 8 years 5 months ago

[
{
"userId": 1,
"name": "Test Customer",
"remark": null
},
{
"userId": 4,
"name": "TEstasd",
"remark": null
},
{
"userId": 19,
"name": "Abeyrathne Pharmacy",
"remark": null
}
]

chanu1993 - 8 years 5 months ago

rajesh,

You might want to consider our Feed Aggregator, Planet Jasperoft. It puts your labelled Blogs in our system where folks can find them on our site with links back to your site as well as other authorship aknowledgements. This link will explain hiow to do it: http://community.jaspersoft.com/wiki/planet-jaspersoft-help-guide

djohnson53 - 8 years 5 months ago
Feedback
randomness