1{
2    "name": "@ohos/json",
3    "description": "The JSON for Modern C++ Library has intutitve syntax, trivial integration and memory efficiency features.",
4    "version": "3.1",
5    "license": "MIT",
6    "publishAs": "code-segment",
7    "segment": {
8        "destPath": "third_party/json"
9    },
10    "dirs": {},
11    "scripts": {},
12    "licensePath": "LICENSE.MIT",
13    "component": {
14        "name": "json",
15        "subsystem": "thirdparty",
16        "syscap": [],
17        "features": [],
18        "adapted_system_type": [ "standard" ],
19        "rom": "",
20        "ram": "",
21        "deps": {
22            "components": [],
23            "third_party": []
24        },
25        "build": {
26            "sub_component": [],
27            "inner_kits": [
28                {
29                    "header": {
30                        "header_base": "//third_party/json/single_include",
31                        "header_files": []
32                    },
33                    "name": "//third_party/json:nlohmann_json_static"
34                }
35            ],
36            "test": []
37        }
38    }
39}