JsonObjectValues Property
            Gets a collection of the property values in this 
JsonObject.
            If there are duplicate property names, then this property may return more elements than the 
Keys property.
            To avoid that call the 
EnsureUniqueKeys method before getting this property.
            
Namespace: KGySoft.JsonAssembly: KGySoft.Json (in KGySoft.Json.dll) Version: 3.0.0
public ICollection<JsonValue> Values { get; }
Public ReadOnly Property Values As ICollection(Of JsonValue)
	Get
public:
virtual property ICollection<JsonValue>^ Values {
	ICollection<JsonValue>^ get () sealed;
}
abstract Values : ICollection<JsonValue> with get
override Values : ICollection<JsonValue> with get