Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: JsonDict getDict(bool)

Declaration

protected virtual JsonDict getDict(
    bool safe
)

Summary

Converts the current value to JsonDict.

Parameters

boolsafe Controls the behavior in case of conversion failure. If true, returns null; if false, throws.