Hi, On Aug 21, 8:07 pm, chrysanthe m <[email protected]> wrote: > Hi > I am using prototype1.6 with JSON-lib 2.2 and it is working well. However I > cant find the latest API for JSON. Can anyone point out the location? tia.
You can find all of the JSON-related features of Prototype by going to the API docs[1] and using the search box in the upper left-hand corner to search for "JSON". Basically, there's Object.toJSON to convert an object to its JSON representation, and there's String#evalJSON to go the other way, plus some special support for JSON in Ajax. HTH, -- T.J. Crowder Independent Software Consultant tj / crowder software / com www.crowdersoftware.com -- 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.
