mirror of
https://github.com/boostorg/json.git
synced 2026-01-19 16:22:20 +00:00
19 lines
361 B
JSON
19 lines
361 B
JSON
{
|
|
"key": "json",
|
|
"name": "JSON",
|
|
"authors": [
|
|
"Vinnie Falco",
|
|
"Krystian Stasiowski"
|
|
],
|
|
"description": "JSON parsing, serialization, and DOM in C++11",
|
|
"category": [
|
|
"Containers",
|
|
"Data",
|
|
"IO"
|
|
],
|
|
"maintainers": [
|
|
"Dmitry Arkhipov <grisumbras@yandex.ru>"
|
|
],
|
|
"cxxstd": "11"
|
|
}
|