Creates new JSON string.
Namespace: Dextronet.JsonieAssembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntaxpublic JsonString(
string value
)
Public Sub New (
value As String
)
Parameters
- value
- Type: SystemString
Value of the object.
Exceptions
See Also