{"library":"jsoncpp","install":[{"cmd":"vcpkg install jsoncpp","imports":["#include <json/json.h>"]},{"cmd":"# CMakeLists.txt\nfind_package(jsoncpp CONFIG REQUIRED)\ntarget_link_libraries(main PRIVATE jsoncpp_lib)","imports":[]}]}