22 #include "hazelcast/util/export.h"
24 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64)
26 #pragma warning(disable : 4251)
66 const std::string& to_string()
const;
74 friend std::ostream HAZELCAST_API& operator<<(
79 std::string json_string_;
86 struct hash<hazelcast::client::hazelcast_json_value>
88 std::size_t operator()(
93 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64)
hazelcast_json_value is a wrapper for Json formatted strings.