Remove jsoncpp dependency
authorChanggyu Choi <changyu.choi@samsung.com>
Fri, 25 Apr 2025 10:41:12 +0000 (19:41 +0900)
committerChanggyu Choi <changyu.choi@samsung.com>
Mon, 28 Apr 2025 03:22:08 +0000 (12:22 +0900)
commitea0504d7b099afe730a47cbbdbd123fa19556b16
tree02aafc3cddff66c55f965fd52cf9dc1f54419635
parenta43ab595acff3e87bba2f9e5d57e1d71020aae86
Remove jsoncpp dependency

We use rapidjson instead of jsoncpp.

Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
12 files changed:
CMakeLists.txt
packaging/tizen-action-framework.spec
src/common/CMakeLists.txt
src/common/action_model.cc
src/common/action_schema.cc
src/common/utils/safe_json.hpp [new file with mode: 0644]
src/pkgmgr_plugin_parser/CMakeLists.txt
src/pkgmgr_plugin_parser/json_action_schema_parser.cc
test/unit_tests/action_model_converter_test.cc
test/unit_tests/action_model_test.cc
tool/action_tool/CMakeLists.txt
tool/action_tool/tools/execute.cc