Merge pull request #1704 from Homebrew/revert-legacy-json-v3-logic
[Homebrew/formulae.brew.sh.git] / api / cask.json
blobadc98a65b9f65ec66169cc4e1837b08ba4cfbeb7
1 ---
2 ---
4 {%- assign sorted_casks = site.data.cask | sort -%}
5 {% for cask in sorted_casks %}
6   {{ cask[1] | jsonify }}
7   {%- unless forloop.last -%}
8   ,
9   {%- endunless -%}
10 {% endfor %}