diff options
Diffstat (limited to 'json4cpp/CITATION.cff')
| -rw-r--r-- | json4cpp/CITATION.cff | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/json4cpp/CITATION.cff b/json4cpp/CITATION.cff new file mode 100644 index 0000000000..8a70c17bc2 --- /dev/null +++ b/json4cpp/CITATION.cff @@ -0,0 +1,14 @@ +cff-version: 1.2.0 +message: "If you use this software, please cite it as below." +authors: + - family-names: Lohmann + given-names: Niels + orcid: https://orcid.org/0000-0001-9037-795X + email: mail@nlohmann.me + website: https://nlohmann.me +title: "JSON for Modern C++" +version: 3.12.0 +date-released: 2025-04-07 +license: MIT +repository-code: "https://github.com/nlohmann" +url: https://json.nlohmann.me |
