I usually use backend PHP json_encode to transform data (in arrays) to
JSON.

I also have a class to convert XML data into arrays that can be easily
translated into JSON using json_encode. Works very well for me.

At the front end, you can see JSON data represented in a tree format
with Firebug. The online tools look nice: good for validating.

Finally, PrototypeJS always does a neat job of parsing JSON data for
use...

On Aug 17, 11:51 am, kstubs <kst...@gmail.com> wrote:
> Thanks for the reply. I'm looking to host my own.  I maintain some static
> JSON files for use by my website.  I'm looking for a utility that I could
> plug into my admin console to edit the static JSON file.  Currently I use
> these 2 sites to edit, validate, and format my JSON:
>
> http://www.jsonlint.com/http://jsoneditor.net/
>
> Karl..

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.

Reply via email to