JsonConvert Fields |
The JsonConvert type exposes the following members.
Name | Description | |
---|---|---|
False |
Represents JavaScript's boolean value false as a string. This field is read-only.
| |
NaN |
Represents JavaScript's NaN as a string. This field is read-only.
| |
NegativeInfinity |
Represents JavaScript's negative infinity as a string. This field is read-only.
| |
Null |
Represents JavaScript's null as a string. This field is read-only.
| |
PositiveInfinity |
Represents JavaScript's positive infinity as a string. This field is read-only.
| |
True |
Represents JavaScript's boolean value true as a string. This field is read-only.
| |
Undefined |
Represents JavaScript's undefined as a string. This field is read-only.
|