toJSON method

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

Implementation

external String toJSON();