1{ 2 "name": "@ohos/jsoncpp", 3 "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.", 4 "version": "3.1", 5 "license": "MIT", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "third_party/jsoncpp" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "licensePath": "Copyright", 13 "readmePath": { 14 "en": "README.md" 15 }, 16 "component": { 17 "name": "jsoncpp", 18 "subsystem": "thirdparty", 19 "syscap": [], 20 "features": [], 21 "adapted_system_type": [ "mini", "small", "standard" ], 22 "rom": "", 23 "ram": "", 24 "deps": { 25 "components": [], 26 "third_party": [] 27 }, 28 "build": { 29 "sub_component": [ "//third_party/jsoncpp:jsoncpp" ], 30 "inner_kits": [ 31 { 32 "name": "//third_party/jsoncpp:jsoncpp", 33 "header": { 34 "header_files": [ 35 "json/writer.h", 36 "json/allocator.h", 37 "json/assertions.h", 38 "json/config.h", 39 "json/forwards.h", 40 "json/json.h", 41 "json/json_features.h", 42 "json/reader.h", 43 "json/value.h", 44 "json/version.h" 45 ], 46 "header_base": "${root_gen_dir}/third_party/jsoncpp/jsoncpp-1.9.5/include" 47 } 48 }, 49 { 50 "name": "//third_party/jsoncpp:jsoncpp_static" 51 } 52 ], 53 "test": [] 54 } 55 } 56} 57