blob: 87b23108fd1889ee80fa15e7dc75e04b45175d4d (
plain)
1
2
3
4
5
6
7
8
9
10
|
{
"name": "json-dto",
"version-string": "0.2.11",
"description": "A small header-only library for converting data between json representation and c++ structs.",
"homepage": "https://github.com/Stiffstream/json_dto",
"license": "BSD-3-Clause",
"dependencies": [
"rapidjson"
]
}
|