Using JSON format for reporting

I need to send reports in json format just as we have excel, xml and csv. Which libraries that are compatible with openmrs that i can use to achieve the objective. @dkayiwa @ssmusoke

Did you create this pull request in response to this post? https://github.com/openmrs/openmrs-module-reporting/pull/192

@solemabrothers , are you talking of libraries like

org.json.JSONObject;
org.json.JSONArray

or

 org.codehaus.jackson.JsonParser;
 org.codehaus.jackson.map.ObjectMapper;

that map objects to json and vise varsa ??

Yes i did. And in response to the issue here. https://issues.openmrs.org/browse/REPORT-859