Here is a small cross-browser JavaScript class, which is using the HTMLAnchorElement interface to convert URI string into a serialized JSON object. The JSON object returned by the function contains hash, host, hostname, key-value array map of get parameters, pathname, port and protocol and the uri itself. uriToJSON() works with all major browsers (Firefox, Chrome, Safari, Opera, IE6/7/8/9/10).
There is a newer and improved version of the class on this page.
[...] : http://acidmartin.wordpress.com/2012/05/02/javascript-uri-to-json-serializer/ Tagged as: browser, class, cross, htmlanchorelement, interface, javascript, object, string Leave [...]
[...] Comments « JavaScript URI to JSON Serializer [...]
[...] is an improved version of the URI to JSON serializer JavaScript class I presented a couple of days [...]