globalsURL()prototypeURL.toJSON()Version: 3.37.0On this pageURL.toJSON() The toJSON() method of the URL interface returns a string containing a serialized version of the URL, although in practice it seems to have the same effect as URL.toString(). Syntax toJSON() Parameters None. Return value A string.