Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: JsonSafeValue(JsonValue)

Declaration

public JsonSafeValue(
    JsonValue value
)

Summary

Provides safe access to the indexers of a JsonValue. See JsonValue.Safe for details.

Parameters

JsonValuevalue Specifies the underlying JSON value to provide safe access to.