HazelcastJsonValue Constructor
HazelcastJsonValue(String)
Initializes a new instance of the HazelcastJsonValue with a string containing JSON.
Declaration
public HazelcastJsonValue(string json)
Parameters
String | json | The string containing JSON. |