JSONClass Class |
Namespace: Nova.Utilities
public class JSONClass : JSONNode, IEnumerable
The JSONClass type exposes the following members.
Name | Description | |
---|---|---|
Children | (Overrides JSONNodeChildren.) | |
Count | (Overrides JSONNodeCount.) | |
ItemInt32 | (Overrides JSONNodeItemInt32.) | |
ItemString | (Overrides JSONNodeItemString.) | |
Value | (Inherited from JSONNode.) |
Name | Description | |
---|---|---|
Add(JSONNode) | (Inherited from JSONNode.) | |
Add(String, JSONNode) | (Overrides JSONNodeAdd(String, 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.) | |
GetEnumerator | ||
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.) |
Name | Description | |
---|---|---|
ToString |
Format the specified collection into a single string using the specified separating
string to separate each item. Null items are converted to empty strings.
(Defined by StringUtil.) |