JObjectExtensions Class
| Namespace | Skybrud.Essentials.Json.Extensions |
|---|---|
| Assembly | Skybrud.Essentials.dll |
| Visibility | Public |
| Keywords | Static |
| Inheritance | Object |
Various extensions methods for JObject that makes manual parsing easier.
public static class JObjectExtensions { }
Methods
|
GetArray(JObject, string)
(static)
Gets an instance of JArray from the token matching the specified |
|
Gets an array of |
|
GetArrayItems(JObject, string)
(static)
Gets the items of the JArray from the token matching the specfied |
|
GetArrayItems<T>(JObject, string)
(static)
Gets the items of the JArray from the token matching the specfied |
|
Gets the items of the JArray from the token matching the specfied |
|
Gets the items of the JArray from the token matching the specfied |
|
Gets the items of the JArray from the token matching the specfied |
|
GetBoolean(JObject, string)
(static)
Gets the bool value of the token matching the specified |
|
Gets the bool value of the token matching the specified |
|
GetDateTime(JObject, string)
(static)
Gets an instance of DateTime from the value of the token matching the specified
|
|
Gets an instance of DateTime from the value of the token matching the specified
|
|
Gets an instance of DateTime from the value of the token matching the specified
|
|
GetDouble(JObject, string)
(static)
Gets the Double value of the token matching the specified |
|
Gets the Double value of the token matching the specified |
|
GetDoubleArray(JObject, string)
(static)
Gets an array of Double from the token matching the specified |
|
GetEnum<T>(JObject, string)
(static)
Gets an enum of type |
|
GetEnum<T>(JObject, string, T)
(static)
Gets an enum of type |
|
GetFloat(JObject, string)
(static)
Gets the Single value of the token matching the specified |
|
Gets the Single value of the token matching the specified |
|
GetFloatArray(JObject, string)
(static)
Gets an array of Single from the token matching the specified |
|
GetGuid(JObject, string)
(static)
Gets the GUID value of the token matching the specified |
|
GetGuid(JObject, string, Guid)
(static)
Gets the value of the token matching the specified |
|
GetGuidArray(JObject, string)
(static)
Gets an array of Guid from the token matching the specified |
|
GetInt16(JObject, string)
(static)
Gets the Int16 value of the token matching the specified |
|
Gets the Int16 value of the token matching the specified |
|
GetInt32(JObject, string)
(static)
Gets the int value of the token matching the specified |
|
Gets the int value of the token matching the specified |
|
GetInt32Array(JObject, string)
(static)
Gets an array of int from the token matching the specified |
|
GetInt64(JObject, string)
(static)
Gets the long value of the token matching the specified |
|
Gets the long value of the token matching the specified |
|
GetInt64Array(JObject, string)
(static)
Gets an array of long from the token matching the specified |
|
GetObject(JObject, string)
(static)
Gets an object from a token matching the specified |
|
GetObject<T>(JObject, string)
(static)
Gets an object from a token matching the specified |
|
Gets an object from a token matching the specified |
|
GetObjectArray(JObject, string)
(static)
Gets an array of JObject from the token matching the specified |
|
GetObjectArray<T>(JObject, string)
(static)
Gets an array of |
|
Gets an array of |
|
GetSingleArray(JObject, string)
(static)
Gets an array of Single from the token matching the specified |
|
GetString(JObject, string)
(static)
Gets the string value of the token matching the specified |
|
Gets the value of the token matching the specified |
|
GetStringArray(JObject, string)
(static)
Gets an array of String from the token matching the specified |
|
GetUInt16(JObject, string)
(static)
Gets the UInt16 value of the token matching the specified |
|
Gets the UInt16 value of the token matching the specified |
|
GetUInt32(JObject, string)
(static)
Gets the UInt32 value of the token matching the specified |
|
Gets the UInt32 value of the token matching the specified |
|
GetUInt64(JObject, string)
(static)
Gets the UInt64 value of the token matching the specified |
|
Gets the UInt64 value of the token matching the specified |
|
HasValue(JObject, string)
(static)
Gets whether a token matching the specified |