The JsonData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | JsonData | Overloaded. |
Methods
Name | Description | |
---|---|---|
![]() | Add |
Adds a new object to the collection.
|
![]() | Clear |
Clears object/array.
|
![]() | Equals | Overloaded. |
![]() | Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object 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.
|
![]() | ToString |
Returns a string representation of the value.
(Overrides Object..::.ToString()()().) |
Operators
Properties
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of items in a collection.
|
![]() | IsArray |
Gets true for array values.
|
![]() | IsBoolean |
Gets true for Boolean values.
|
![]() | IsDouble |
Gets true for Double values.
|
![]() | IsInt |
Gets true for Int values
|
![]() | IsLong |
Gets true for Long values.
|
![]() | IsNull |
Gets true for null values.
|
![]() | IsObject |
Gets true for Object values.
|
![]() | IsString |
Gets true for String values.
|
![]() | Item | Overloaded. |
![]() | Keys |