--- layout: null --- {% assign frstelement = 1 %} { {% for p in site.data.currencies %}{% if frstelement == 0 %},{% endif %} {{ p[0] | jsonify }} : {% assign firstelement = 1 %} {% for ps in p %} {% if ps.price-sources != null %}{% if firstelement == 0 %},{% endif %}{{ ps.price-sources | jsonify }}{% assign firstelement = 0 %}{% endif %} {% endfor %} {% assign frstelement = 0 %} {% endfor %} }