mirror of
https://gitee.com/openharmony/third_party_jsoncpp
synced 2024-11-23 15:30:14 +00:00
30 lines
906 B
JSON
30 lines
906 B
JSON
|
{
|
||
|
"name": "@ohos/jsoncpp",
|
||
|
"description": "JsonCpp is a C++ library that allows manipulating JSON values, including serialization and deserialization to and from strings. It can also preserve existing comment in unserialization/serialization steps, making it a convenient format to store user input files.",
|
||
|
"version": "3.1",
|
||
|
"license": "MIT",
|
||
|
"publishAs": "code-segment",
|
||
|
"segment": {
|
||
|
"destPath": "third_party/jsoncpp"
|
||
|
},
|
||
|
"dirs": {},
|
||
|
"scripts": {},
|
||
|
"component": {
|
||
|
"name": "thirdparty_jsoncpp",
|
||
|
"subsystem": "",
|
||
|
"syscap": [],
|
||
|
"features": [],
|
||
|
"adapted_system_type": [],
|
||
|
"rom": "",
|
||
|
"ram": "",
|
||
|
"deps": {
|
||
|
"components": [],
|
||
|
"third_party": []
|
||
|
},
|
||
|
"build": {
|
||
|
"sub_component": [],
|
||
|
"inner_kits": [],
|
||
|
"test": []
|
||
|
}
|
||
|
}
|
||
|
}
|