The JsonExtensions type exposes the following members.
Methods| 
								 
							 | Name | Description | 
|---|
   | AddPropertyBool |  | 
   | AddPropertyDateTime |  | 
   | AddPropertyDecimal(JObject, String, Decimal) |  | 
   | AddPropertyDecimal(JObject, String, Decimal, Decimal) |  | 
   | AddPropertyDouble(JObject, String, Double) |  | 
   | AddPropertyDouble(JObject, String, Double, Double) |  | 
   | AddPropertyEnum(JObject, String, Enum) |  | 
   | AddPropertyEnum(JObject, String, Enum, Enum) |  | 
   | AddPropertyFloat |  | 
   | AddPropertyFloatNullable |  | 
   | AddPropertyIdent |  | 
   | AddPropertyInt |  | 
   | AddPropertyIntNoDefaultValue |  | 
   | AddPropertyJObject |  | 
   | AddPropertyString(JObject, String, String) |  | 
   | AddPropertyString(JObject, String, String, String) |  | 
   | AddPropertyStringNullOfEmpty |  Obsolete.  | 
   | AddPropertyStringNullOrEmpty |  | 
   | RemoveProperty |  | 
Top
See Also