vcpkg/ports/jsoncpp/vcpkg.json
chausner dc6d4bbdcf
[jsoncpp] Update to 1.9.5 (#21389)
* Update jsoncpp to 1.9.5

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-11-15 14:53:15 -08:00

17 lines
472 B
JSON

{
"name": "jsoncpp",
"version": "1.9.5",
"description": "jsoncpp is an implementation of a JSON reader and writer in C++. JSON (JavaScript Object Notation) is a lightweight data-interchange format that it is easy to parse and redeable for human.",
"homepage": "https://github.com/open-source-parsers/jsoncpp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}