{% include "includes/headers.html" %} {% set page_help='Home' %} {% include "includes/navbar.html" %}

HXL JSON spec

Set up a Proxy link using a HXL JSON spec. You must specify either the spec URL or the JSON spec, but not both.

Link to a HXL JSON spec on the web
Paste a HXL JSON spec here (instead of a URL above)

Output filename (including extension)

{% if result %}
{% if result.status %}

Yes, I found HXL hashtags!

{% else %}

No, I couldn't read this as HXL :(

{% endif %}
URL

{{ result.url }}

Message

{{ result.message }}

{% if not result.status %}
Error type

{{ result.exception }}

{% if result.args %}
Details
    {% for arg in result.args %}
  • {{ arg }}
  • {% endfor %}
{% endif %} {% endif %}
{% if result.status %} Open in HXL Proxy {% elif result.exception=='HXLTagsNotFoundException' %} Try tagging {% endif %} JSON version
{% endif %}
{% include "includes/scripts.html" %}