All CityJSON Objects
{% for header in headings %}
{{ header}}
{% endfor %}
{% for row in data%}
{% for cell in row %}
{{ cell }}
{% endfor %}
{% endfor %}