Skip to main content
Version: 3.27.2

URL.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.