Declaration
JsonSafeValue Safe
Summary
Returns an object that allows safe access to the indexers. “Safe” in this context means that the indexers,
when given an index or key not found in the list or dictionary, do not throw but instead return
JsonNoValue.Instance whose getters (such as
JsonValue.GetString(StringConversionOptions)) return null.