• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1    __ _____ _____ _____
2 __|  |   __|     |   | |  JSON for Modern C++ (supporting code)
3|  |  |__   |  |  | | | |  version 3.11.3
4|_____|_____|_____|_|___|  https://github.com/nlohmann/json
5
6{% for copyright_line in copyright_lines %}
7{{ copyright_line }}
8{% endfor %}
9{% for expression in spdx_expressions %}
10SPDX-License-Identifier: {{ expression }}
11{% endfor %}
12