Click or drag to resize
JsonObject.IsEmpty Property
Tests if json object is empty (has no property defined).

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

Property Value

Type: Boolean
See Also