dhis2-users team mailing list archive
-
dhis2-users team
-
Mailing list archive
-
Message #05229
Re: Parsing JSON Output from a Report Table
Hi Morina,
without any js frameworks you can use JSON.parse(). This is supported by
(roughly)
- Internet Explorer 8+
- Firefox 3.1+
- Safari 4+
- Chrome 3+
- Opera 10.5+.
Using a cross browser compatible js framework is recommended though.
On Fri, Sep 5, 2014 at 7:56 PM, Morina Matasi <morena.motsieng@xxxxxxxxx>
wrote:
> Is there anyone with a sample script that parses JSON output from the WEB
> API of a report table?
>
> _______________________________________________
> Mailing list: https://launchpad.net/~dhis2-users
> Post to : dhis2-users@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~dhis2-users
> More help : https://help.launchpad.net/ListHelp
>
>
References