The JsonData type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add |
Adds a new object to the collection.
| |
| Clear |
Clears object/array.
| |
| Equals(Object) | (Inherited from Object.) | |
| Equals(JsonData) |
Compares the value to another JsonData object.
| |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetJsonType |
Returns the internal type.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SetJsonType |
Sets the internal type.
| |
| ToArrayList | ||
| ToHashtable | ||
| ToJson |
Serializes this object to JSON string.
| |
| ToString |
Returns a string representation of the value.
(Overrides Object..::..ToString()()()().) |