The JsonData type exposes the following members.

Methods

  NameDescription
Public methodAdd
Adds a new object to the collection.
Public methodClear
Clears object/array.
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodEquals(JsonData)
Compares the value to another JsonData object.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetJsonType
Returns the internal type.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetJsonType
Sets the internal type.
Public methodToArrayList
Public methodToHashtable
Public methodToJson
Serializes this object to JSON string.
Public methodToString
Returns a string representation of the value.
(Overrides Object..::..ToString()()()().)

See Also