Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Property: JsonValue this[string]

Declaration

JsonValue this[
    string key
]

Summary

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.