JObjectExtension 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.
[Obsolete]
public static class JObjectExtension { }
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 |
|
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 |
|
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 |
|
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 |
|
HasValue(JObject, string)
(static)
Gets whether a token matching the specified |