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) (Inherited from Object.)
Public methodEquals(JsonData)
Compares the value to another JsonData object.
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetJsonType
Returns the internal type.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSetJsonType
Sets the internal type.
Public methodToJson
Serializes this object to JSON string.
Public methodToString
Returns a string representation of the value.
(Overrides Object..::..ToString()()()().)

See Also