JSONData Class |
Namespace: Nova.Utilities
public class JSONData : JSONNode
The JSONData type exposes the following members.
Name | Description | |
---|---|---|
JSONData(Boolean) | Initializes a new instance of the JSONData class | |
JSONData(Double) | Initializes a new instance of the JSONData class | |
JSONData(Int32) | Initializes a new instance of the JSONData class | |
JSONData(Single) | Initializes a new instance of the JSONData class | |
JSONData(String) | Initializes a new instance of the JSONData class |
Name | Description | |
---|---|---|
Children | (Inherited from JSONNode.) | |
Count | (Inherited from JSONNode.) | |
ItemInt32 | (Inherited from JSONNode.) | |
ItemString | (Inherited from JSONNode.) | |
Value | (Overrides JSONNodeValue.) |
Name | Description | |
---|---|---|
Add(JSONNode) | (Inherited from JSONNode.) | |
Add(String, JSONNode) | (Inherited from JSONNode.) | |
AsArray | (Inherited from JSONNode.) | |
AsObject | (Inherited from JSONNode.) | |
Equals | (Inherited from JSONNode.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | (Inherited from JSONNode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | (Overrides JSONNodeToString.) |