| Specifies the degree of strictness or leniency when converting a JsonValue to a bool . |
| Encapsulates a boolean value as a JsonValue. |
| Encapsulates a JSON dictionary (a set of key/value pairs). |
| Provides extension methods for the JSON types. |
| Encapsulates a list of JsonValue values. |
|
Represents a non-value when looking up a non-existent index or key in a list or dictionary. |
|
Encapsulates a number, which may be a floating-point number or an integer, as a JsonValue. See
Remarks. |
| Represents a JSON parsing exception. |
|
A special type of value which is never produced as a result of parsing valid JSON. Its sole purpose is to allow
embedding arbitrary JavaScript code using JsonValue.Fmt(string, params JsonValue[]). |
|
Provides safe access to the indexers of a JsonValue. See JsonValue.Safe for details. |
| Encapsulates a string as a JSON value. |
| Encapsulates a JSON value (e.g. a boolean, a number, a string, a list, a dictionary, etc.) |
| Selects how the escaped JS string should be put into quotes. |
|
Specifies the degree of strictness or leniency when converting a JsonValue to a numerical type such
as int or double . |
| Specifies the degree of strictness or leniency when converting a JsonValue to a string . |