Hi there,
Does JSReport-API can accept / reply application/xml ?
I have legacy system that I would like to integrate with JSR however the language used is more XML friendly than Json.
Hi there,
Does JSReport-API can accept / reply application/xml ?
I have legacy system that I would like to integrate with JSR however the language used is more XML friendly than Json.
Not sure what did wrong previously but it works now ! thanks
Hi,
Is it possible to loop through nested objects?
If so, can sameone show me a simple code. I've tried to use {{#each group }} and then a nested loop {{#each prod}} but
this did not work.
"groups" : [{
"pg": "Fruits",
"prod": [{"name": "Apple"},{"name": "Oranges"}]
},
{"pg": "Veg",
"prod": [{"name": "Onions"},{"name": "Lettuce"}]
}
]
Thank you