1wsjcpp_version: "v0.1.1" 2cmake_minimum_required: "3.0" 3cmake_cxx_standard: "11" 4name: "nlohmann/json" 5version: "v3.10.4" 6description: "JSON for Modern C++" 7issues: "https://github.com/nlohmann/json/issues" 8keywords: 9 - "c++" 10 - "json" 11 12repositories: 13 - type: main 14 url: "https://github.com/nlohmann/json" 15 16authors: 17 - name: "Niels Lohmann" 18 email: "mail@nlohmann.me" 19 20distribution: 21 - source-file: "single_include/nlohmann/json.hpp" 22 target-file: "json.hpp" 23 type: "source-code" 24