Пример #1
0
        public static IEnumerable <string> GetStringValuesOf(this JsonProperty property, string propertyName)
        {
            var byKey = property.GetPropertiesByName(propertyName);

            return(GetStringValues(byKey));
        }