Example #1
0
 public static bool AllElementsAreOfSameType(this JArray array) => array.DistinctBy(e => e.Type).Count() == 1;