JsonObjectEntries Property

Gets the property entries of this JsonObject, including possible duplicates. This property simply returns the self reference. It can be useful to be able to use LINQ extension methods on a JsonObject without ambiguity.

Definition

Namespace: KGySoft.Json
Assembly: KGySoft.Json (in KGySoft.Json.dll) Version: 3.0.0
C#
public IList<JsonProperty> Entries { get; }

Property Value

IListJsonProperty

See Also