Part of a website\'s JSON response had this (... added for context):
{..., now:function(){return(new Date).getTime()}, ...}
Is adding anony
No.
JSON is purely meant to be a data description language. As noted on http://www.json.org, it is a "lightweight data-interchange format." - not a programming language.
Per http://en.wikipedia.org/wiki/JSON, the "basic types" supported are:
null