Quantcast
Viewing all articles
Browse latest Browse all 64

How to decode JSON data and show list using PHP

I have some JSON data as follows: { "TABLE": [{ "ROW": [{ "COL": [{ "DATA": "Buff momo" }, { "DATA": "60.00" }, { "DATA": "1;#" }, { "DATA": "0" }, { "DATA": "1" }, { "DATA": "1" }, { "DATA": "118" }, { "DATA": "1;#{5D73B50D-2FFC-4D16-881E-D49328447AAB}" }, { "DATA": "1;#0" }, { "DATA": "2010-06-21 15:43:53" }, [...]

The post How to decode JSON data and show list using PHP appeared first on BlogoSfera.


Viewing all articles
Browse latest Browse all 64

Trending Articles