released: jsonDebug helper component, v1.0.0
am 05.01.2010 07:56:31 von Rene Veerman--00151758a57a7c0ec6047c6556a2
Content-Type: text/plain; charset=ISO-8859-1
I was dealing with large & deep arrays in PHP and wanted a better way to
view such data structures in the browser.
So i've built a few functions that show such structures initially collapsed,
with various options to click-and-see what's in a sub-value.
It can also handle HTML within JSON, and JSON within JSON.
Dumping an array from PHP is as simple as
htmlDump ($arr, $title);
For a demo & download (LGPL) see http://skatescene.biz/jsonDebug-1.0.0/
If you have any improvements, please let me know; rene7705@gmail.com
--00151758a57a7c0ec6047c6556a2--