JsonValue(String) Constructor
Initializes a new
JsonValue struct that represents a string.
An implicit conversion from the
string type also exists.
Namespace: KGySoft.JsonAssembly: KGySoft.Json (in KGySoft.Json.dll) Version: 3.0.0
public JsonValue(
string value
)
Public Sub New (
value As String
)
public:
JsonValue(
String^ value
)
new :
value : string -> JsonValue
Parameters
- value String
- The value to initialize the JsonValue from.