10 #include <nlohmann/json.hpp>
72 bool JSON_isNumber(
const nlohmann::json& item,
const std::string keyName);
88 bool JSON_ToFile(nlohmann::json& data, std::string targetFile);
95 void JSON_Unique(nlohmann::json& jsonArray,
const std::string& key);
104 size_t JSON_Find(
const std::string& keyValueDumped,
const std::string& keyName,
const nlohmann::json& arr);
112 void JSON_UpdateArray(nlohmann::json& present,
const nlohmann::json& fetched,
const std::string& uniqueKeyName);