JsonObjectKeys Property

Gets a collection of the property names in this JsonObject. This property returns distinct property names even if there are duplicate keys.

Definition

Namespace: KGySoft.Json
Assembly: KGySoft.Json (in KGySoft.Json.dll) Version: 3.0.0
C#
public ICollection<string> Keys { get; }

Property Value

ICollectionString

Implements

IDictionaryTKey, TValueKeys

See Also