JArrayExtensions.GetDouble method
Version 1.1.28
.NET Framework 4.8
Namespace | Skybrud.Essentials.Json.Extensions |
---|---|
Assembly | Skybrud.Essentials.dll |
GetDouble(JArray, int)
Extension method
Gets the Double value of the item at the specified index
in the array.
public static double GetDouble(this JArray array, int index)
GetDouble(JArray, string)
Extension method
Gets the Double value of the token matching the specified path
.
public static double GetDouble(this JArray array, string path)