Summary
Provides safe access to the indexers of a
JsonValue. See
JsonValue.Safe for details.
Constructors
Instance methods
bool | | Determines whether the specified instance is equal to this one. |
bool | |
Determines whether the specified instance is equal to this one. (See remarks.) |
int | | Returns a hash code representing this object. |
Instance properties
JsonValue | |
If the underlying value is a list, and the specified index exists within the list, returns
the associated item; otherwise, returns a JsonNoValue instance. |
JsonValue | |
If the underlying value is a dictionary, and the specified key exists within the
dictionary, gets the value associated with that key; otherwise, returns a JsonNoValue instance. |
JsonValue | | Gets the underlying JSON value associated with this object. |