Part of a website\'s JSON response had this (... added for context):
{..., now:function(){return(new Date).getTime()}, ...}
Is adding anony
although eval is not recommended, this works:
Convert a string written in JSON format, into a JavaScript function.