The JsonData type exposes the following members.

Constructors

  NameDescription
Public methodJsonData()()()()
Default constructor.
Public methodJsonData(Boolean)
Initializes a JsonData class with a boolean value.
Public methodJsonData(Double)
Initializes a JsonData class with a double value.
Public methodJsonData(Int32)
Initializes a JsonData class with an integer value.
Public methodJsonData(Int64)
Initializes a JsonData class with a long value.
Public methodJsonData(Object)
Initializes a JsonData class with an object. Tries to detect the type.
Public methodJsonData(String)
Initializes a JsonData class with a string value.

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()()()().)

Operators

Properties

  NameDescription
Public propertyCount
Gets the number of items in a collection.
Public propertyIsArray
Gets true for array values.
Public propertyIsBoolean
Gets true for Boolean values.
Public propertyIsDouble
Gets true for Double values.
Public propertyIsInt
Gets true for Int values
Public propertyIsLong
Gets true for Long values.
Public propertyIsNull
Gets true for null values.
Public propertyIsObject
Gets true for Object values.
Public propertyIsString
Gets true for String values.
Public propertyItem[([( Int32])])
Accesses a collection value
Public propertyItem[([( String])])
Accesses a dictionary value.
Public propertyKeys

See Also