aboutsummaryrefslogtreecommitdiffstats
path: root/src/JSON.js
AgeCommit message (Collapse)Author
2010-11-08Add isDate method + fix old codeIgor Minar
2010-11-05Refactored toJsonArray(), added isBoolean() functionVojta Jina
2010-11-05Updated toJson() to not serialize window/document objects.Vojta Jina
The reason to void these to objects is that they cause all sorts of problems like exceptions being thrown and infinite loops occuring when we iterate over object properties.
2010-11-05Changed toJson() to not ignore $ propertiesVojta Jina
2010-11-03Fix JSON serialization breakage in WebKit browsersElliott Sprehn
2010-11-03Serialize RegExp to string in JSON. Closes #119.Elliott Sprehn
2010-10-18JSON parser is now strict (ie, expressions are not allowed for security)Misko Hevery
Close #57
2010-09-21toJson should serialize inherited properties, but not any properties that ↵Igor Minar
start with $
2010-09-14mergeMisko Hevery
2010-08-18stringify names for better compression, remove dead functions, removed ↵Misko Hevery
underscore.js compatibility
2010-08-16Merge remote branch 'upstream/master'Igor Minar
2010-08-16removing useless catch that causes troubles when FF throws exceptions within ↵iminar
the loop but outside of the try/catch clause
2010-08-14Merge remote branch 'igor/master'Misko Hevery
2010-08-13Serialize only own properties to avoid infinite loops when serializing ↵Igor Minar
scopes (this)
2010-08-11clean up for better obfuscationMisko Hevery
2010-05-07xhr bulk fixesMisko Hevery
2010-04-03injection is now workingMisko Hevery
2010-03-31all tests green, some dissabledMisko Hevery
2010-03-26moved all uneeded files out, widgets.html works, tests horribly brokenMisko Hevery
2010-01-23lots of cleanup to get it ready for OSMisko Hevery
2010-01-11all files converted to prototype= {}Misko Hevery
2010-01-11greenMisko Hevery
2010-01-10basic calculator works with minified.js, lots of references still brokenMisko Hevery
2010-01-09removed nglr namespaceMisko Hevery
2010-01-05angular.jsAdam Abrons