{
    "name": "@ohos/cJSON",
    "description": "Third-party open-source software cJSON | Ultralightweight JSON parser in ANSI C.",
    "version": "3.1",
    "license": "MIT",
    "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": [
                {
                    "header": {
                        "header_base": "//third_party/cJSON",
                        "header_files": []
                    },
                    "name": "//third_party/cJSON:cjson"
                },
                {
                    "name": "//third_party/cJSON:cjson_static"
                }
            ],
            "test": []
        }
    }
}