The function argument below is a string run through json_encode().  I see that the forward slash in http:// is escaped to http:\/\/.
Obviously it is a special character when used like this 
There is no immediate problem..but I need to understand escapes to make some code updates.