2022-01-19 02:21:44 +00:00
{
"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" : { } ,
2023-09-21 08:58:23 +00:00
"licensePath" : "Copyright" ,
"readmePath" : {
"en" : "README.md"
} ,
2022-01-19 02:21:44 +00:00
"component" : {
2022-05-11 08:16:48 +00:00
"name" : "jsoncpp" ,
"subsystem" : "thirdparty" ,
2022-01-19 02:21:44 +00:00
"syscap" : [ ] ,
"features" : [ ] ,
2023-09-21 08:58:23 +00:00
"adapted_system_type" : [ "mini" , "small" , "standard" ] ,
2022-01-19 02:21:44 +00:00
"rom" : "" ,
"ram" : "" ,
"deps" : {
"components" : [ ] ,
"third_party" : [ ]
} ,
"build" : {
2023-09-21 08:58:23 +00:00
"sub_component" : [ "//third_party/jsoncpp:jsoncpp" ] ,
"inner_kits" : [
{
"name" : "//third_party/jsoncpp:jsoncpp" ,
"header" : {
"header_files" : [
"json/writer.h" ,
"json/allocator.h" ,
"json/assertions.h" ,
"json/config.h" ,
"json/forwards.h" ,
"json/json.h" ,
"json/json_features.h" ,
"json/reader.h" ,
"json/value.h" ,
"json/version.h"
] ,
"header_base" : "${root_gen_dir}/third_party/jsoncpp/jsoncpp-1.9.5/include"
}
2024-04-08 08:41:53 +00:00
} ,
{
"name" : "//third_party/jsoncpp:jsoncpp_static"
2023-09-21 08:58:23 +00:00
}
] ,
2022-01-19 02:21:44 +00:00
"test" : [ ]
}
}
2022-05-11 08:16:48 +00:00
}