Part of a website\'s JSON response had this (... added for context):
{..., now:function(){return(new Date).getTime()}, ...}
Is adding anony
JSON explicitly excludes functions because it isn't meant to be a JavaScript-only data structure (despite the JS in the name).