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.
