JsonValue Properties
The JsonValue type exposes the following members.
Properties
|
Name |
Description |
---|---|---|
|
Contains the total number of Values the internal data structure can hold without resizing. (Inherited from Value.) | |
|
Gets a value that indicates whether the Value contains a JSON String. (Inherited from Value.) | |
|
Gets the number of Values contained in the Value. (Inherited from Value.) | |
|
Gets a value that indicates whether the Value is an Array. (Inherited from Value.) | |
|
Gets a value that indicates whether the Value is empty. (Inherited from Value.) | |
|
(Inherited from Value.) | |
|
Gets a value that indicates whether Type equals Map or Struct. (Inherited from Value.) | |
|
Gets a value that indicates whether Type equals Null. (Inherited from Value.) | |
|
Gets a value that indicates whether Type equals Int32, Double or Int64. (Inherited from Value.) | |
|
Gets a value that indicates whether the Value is read-only. (Inherited from Value.) | |
|
(Inherited from Value.) | |
|
Gets a value that indicates whether Type equals Vector. (Inherited from Value.) | |
|
Gets or sets the Value at the specified index. (Inherited from Value.) | |
|
Gets or sets the Value with the specified key. (Inherited from Value.) | |
|
Gets an ICollection.T. containing the keys of the Value. (Inherited from Value.) | |
|
Gets the total number of elements in all the dimensions of the Array. (Inherited from Value.) | |
|
Gets a 64-bit integer that represents the total number of elements in all the dimensions of the Array. (Inherited from Value.) | |
|
(Inherited from Value.) | |
|
Contains the ValueType of the Value. (Inherited from Value.) | |
|
Gets an ICollection.T. containing the Values in the Value. (Inherited from Value.) |