JArrayExtensions Class
Namespace | Skybrud.Essentials.Json.Extensions |
---|---|
Assembly | Skybrud.Essentials.dll |
Visibility | Public |
Keywords | Static |
Inheritance | Object |
Various extensions methods for JArray that makes manual parsing easier.
public static class JArrayExtensions { }
Methods
GetArray(JArray, int)
(static)
Gets an instance of JArray from the item at the specified |
Gets an array of |
GetArray(JArray, string)
(static)
Gets an instance of JArray from the token matching the specified |
Gets an array of |
GetBoolean(JArray, int)
(static)
Gets the bool value of the item at the specified |
GetBoolean(JArray, string)
(static)
Gets the bool value of the token matching the specified |
GetDouble(JArray, int)
(static)
Gets the Double value of the item at the specified |
GetDouble(JArray, string)
(static)
Gets the Double value of the token matching the specified |
GetGuid(JArray, int)
(static)
Gets the GUID value from |
GetGuid(JArray, string)
(static)
Gets the GUID value of the token matching the specified |
GetGuid(JArray, int, Guid)
(static)
Gets the GUID value from |
GetGuid(JArray, string, Guid)
(static)
Gets the GUID value of the token matching the specified |
GetInt16(JArray, int)
(static)
Gets the Int16 value of the item at the specified |
GetInt16(JArray, string)
(static)
Gets the Int16 value of the token matching the specified |
GetInt32(JArray, int)
(static)
Gets the int value of the item at the specified |
GetInt32(JArray, string)
(static)
Gets the int value of the token matching the specified |
GetInt64(JArray, int)
(static)
Gets the long value of the item at the specified |
GetInt64(JArray, string)
(static)
Gets the long value of the token matching the specified |
GetObject(JArray, int)
(static)
Gets an object from the item at the specified |
GetObject<T>(JArray, int)
(static)
Gets an object from the item at the specified |
Gets an object from the item at the specified |
GetObject(JArray, string)
(static)
Gets an object from token matching the specified |
GetObject<T>(JArray, string)
(static)
Gets an object from token matching the specified |
Gets an object from token matching the specified |
GetString(JArray, int)
(static)
Gets a string from the item at the specified |
GetString(JArray, string)
(static)
Gets a string from the token matching the specified |
GetUInt16(JArray, int)
(static)
Gets the UInt16 value of the item at the specified |
GetUInt16(JArray, string)
(static)
Gets the UInt16 value of the token matching the specified |
GetUInt32(JArray, int)
(static)
Gets the UInt32 value of the item at the specified |
GetUInt32(JArray, string)
(static)
Gets the UInt32 value of the token matching the specified |
GetUInt64(JArray, int)
(static)
Gets the UInt64 value of the item at the specified |
GetUInt64(JArray, string)
(static)
Gets the UInt64 value of the token matching the specified |