With PHP, use json_decode($jsonencoded, true).

That returns a standard array, which is far easier to process than the
JSON object.

Dewald

Reply via email to