Click or drag to resize
JsonDynamicCount Property
Gets the number of items in array or members in object of the dynamic type.

Namespace: Dextronet.Jsonie
Assembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax
public int Count { get; }

Property Value

Type: Int32
Exceptions
ExceptionCondition
InvalidCastExceptionUnderlying JSON value is not object or array.
See Also