Represents a string in JSON format. When this value is passed to JavaScript side, it will be automatically parsed and converted to appropriate JavaScript object.
More...
|
| JSONString (string value) |
| Constructs a new JSONValue instance with the given value that represents a string in JSON format. More...
|
|
Represents a string in JSON format. When this value is passed to JavaScript side, it will be automatically parsed and converted to appropriate JavaScript object.
DotNetBrowser.JSONString.JSONString |
( |
string |
value | ) |
|
Constructs a new JSONValue instance with the given value that represents a string in JSON format.
- Parameters
-
value | a string in JSON format. Cannot be empty string or null. |
- Exceptions
-
ArgumentException | when value is empty or null. |
string DotNetBrowser.JSONString.Value |
|
get |
Gets a string in JSON format.