Ejemplo n.º 1
0
 private static IEnumerable <JsonProperty> AllProperties(this JsonElement obj)
 => obj.AllPropertiesWithParent().Select(pair => pair.property);