Implemented by
Encode and decode JSON text.
[scriptable, uuid(45464c36-efde-4cb5-8e00-07480533ff35)]
interface nsIJSON : nsISupports
Methods
void
decode(in AString str)
void
decodeFromStream(in nsIInputStream stream, in long contentLength)
AString
encode()
void
encodeToStream(in nsIOutputStream stream, in string charset, in boolean writeBOM)
Compare to: