How do I know if a URL is a templated URL and what expressions it contains?
I'm trying to create a JSON browser extension that formats JSONs (and HAL+JSON) . If a string is a URL, it creates a link and if the URL is a Templated URL let me show the individual expressions and follow the link with the values defined by the user.
How do I know if a URL is a templated URL and what expressions it contains?
I'm trying to create a JSON browser extension that formats JSONs (and HAL+JSON) . If a string is a URL, it creates a link and if the URL is a Templated URL let me show the individual expressions and follow the link with the values defined by the user.