22#include "hazelcast/util/export.h"
24#if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64)
26#pragma warning(disable : 4251)
74 friend std::ostream HAZELCAST_API& operator<<(
79 std::string json_string_;
86struct 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.
hazelcast_json_value(std::string json_string)
Create a hazelcast_json_value from a string.
const std::string & to_string() const
This method returns a Json representation of the object.