Class JSONObject
Class JSONObject. Implements the JSONNode
Inherited Members
Namespace: SimpleJSON
Assembly: solution.dll
Syntax
public class JSONObject : JSONNode
  Properties
| Name | Description | 
|---|---|
| Children | Gets the children.  | 
      
| Count | Gets the count.  | 
      
| Inline | Gets or sets a value indicating whether this JSONObject is inline.  | 
      
| IsObject | Gets a value indicating whether this instance is object.  | 
      
| this[int] | Gets or sets the JSONNode with the specified a index.  | 
      
| this[string] | Gets or sets the JSONNode with the specified a key.  | 
      
| Tag | Gets the tag.  | 
      
Methods
| Name | Description | 
|---|---|
| Add(string, JSONNode) | Adds the specified a key.  | 
      
| GetEnumerator() | Gets the enumerator.  | 
      
| Remove(JSONNode) | Removes the specified a node.  | 
      
| Remove(int) | Removes the specified a index.  | 
      
| Remove(string) | Removes the specified a key.  | 
      
| SerializeBinary(BinaryWriter) | Serializes the binary.  |