It's interesting to read this discussion. Around the same time last
year I found JSON a much better alternative in the client side as
everyone will agree I am sure. I also wrote a custom rendering
prototypeJS class to interpret the JSON data into rich HTML objects
like layers, links, etc. At the server end, I simply use PHP to encode
data into JSON. All this sounds exactly like Karl's implementation,
doesn't it, Karl?

On Apr 4, 9:51 pm, kstubs <[email protected]> wrote:
> I write my own JSON on the backend.  I use JSON.net if I need a JSON writer
> for code in C#.  I just developed an object in PHP that sends JSON down the
> pipe to a requesting page.  At first I was using the built-in json_encode
> function from a SimpleXmlElement but eventually I wrote my own as I did not
> much care for how that looked.  PHP has great support for objects to JSON,
>
> 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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.

Reply via email to