mirror of
https://github.com/openharmony/third_party_cJSON.git
synced 2026-07-19 18:23:31 -04:00
0a27d2c782
IssueNo: https://gitee.com/openharmony/third_party_cJSON/issues/I6V448 Feature or Bugfix: Bugfix Binary Source:NO Signed-off-by: xing-tai-zhang <zhangxingtai@huawei.com>
30 lines
755 B
JSON
30 lines
755 B
JSON
{
|
|
"name": "@ohos/cJSON",
|
|
"description": "Third-party open-source software cJSON | Ultralightweight JSON parser in ANSI C.",
|
|
"version": "3.1",
|
|
"license": " MIT License",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "third_party/cJSON"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"component": {
|
|
"name": "cJSON",
|
|
"subsystem": "thirdparty",
|
|
"syscap": [],
|
|
"features": [],
|
|
"adapted_system_type": [ "mini", "small", "standard" ],
|
|
"rom": "",
|
|
"ram": "",
|
|
"deps": {
|
|
"components": [],
|
|
"third_party": []
|
|
},
|
|
"build": {
|
|
"sub_component": [],
|
|
"inner_kits": [],
|
|
"test": []
|
|
}
|
|
}
|
|
} |