Jump to content
We've recently updated our Privacy Statement, available here ×

How to print json list of data horizontally in jasper


sushobhan.b

Recommended Posts

Hi , 

i have below json data

"sizePrices": [
            {
                "createUser": "",
                "createDate": "2019-01-15T04:40:24.478Z",
                "updateUser": "",
                "updateDate": "2019-01-15T04:43:50.754Z",
                "cargoHandoverPrice": 1.66,
                "sizeCode": "Adult",
                "sizeNumber": 120,
                "keySizeScaleCode": "INT"
            },
            {
                "createUser": "",
                "createDate": "2019-01-15T04:40:24.478Z",
                "updateUser": "",
                "updateDate": "2019-01-15T04:43:50.755Z",
                "cargoHandoverPrice": 0.00,
                "sizeCode": "Youth",
                "sizeNumber": 110,
                "keySizeScaleCode": "INT"
            }

i need to print like this below:

cargo price 1   cargo price 2

1.66                   0.00

its only printing first value, any help would be appreciable

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Popular Days

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...