Alan Gutierrez wrote:
> The JSON methods here are so useful, I'm wondering why they are not
> part of the distribution? Is it the strange license?
> 
> * Christopher Jordan <[EMAIL PROTECTED]> [2006-11-13 10:54]:
> 
>> Mark Gibson has alreay hacked the json.js into a jQuery plug-in. I'm 
>> using it in my application, right now.
>>
>> Dotan Dimet wrote:
>>> I've got an earlier version of the JSON.org script (copyright 2005)
>>> which has a JSON.stringify()function. You can find it online in various
>>> places, by searching for either that or its "license" terms:
>>> "The Software shall be used for Good, not Evil."

Hi Alan,
My JSON serialize was original adapted from the one at:

http://www.json.org/json.js

which since appears to have been rewritten.

This new version appears to not have a license, copyright, or author,
so I guess it's public domain!

Before releasing my plugin, I was going to review to new code at
json.org to see if it can be used to improve the plugin - I just
haven't got around to it yet.
I notice that the new plugin appear to plonk a .toJSONString() method
on every builtin class, including Object - which isn't good as it
would screw up the use of Object as a key=>value map.

Feel free to grab my stuff, modify it and move it wherever you like.

- Mark Gibson.

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to