[Proto-Scripty] Re: Prototype Json Editor

2011-08-17 Thread kstubs
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:

[Proto-Scripty] Re: Prototype Json Editor

2011-08-17 Thread shubhojoy
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.

[Proto-Scripty] Re: Prototype Json Editor

2011-08-16 Thread shellster
I don't know what you are asking. There are certainly editors which help you write valid json, but it isn't complicated. Prototype should accept any valid JSON that you write. Typically what you want to do is to build a structure or array of data in your server scripting language, then use an