Class JSONArray
Class JSONArray. Implements the JSONNode
Inherited Members
Namespace: SimpleJSON
Assembly: solution.dll
Syntax
public class JSONArray : JSONNode
  Properties
| Name | Description | 
|---|---|
| Children | Gets the children.  | 
      
| Count | Gets the count.  | 
      
| Inline | Gets or sets a value indicating whether this JSONArray is inline.  | 
      
| IsArray | Gets a value indicating whether this instance is array.  | 
      
| 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.  | 
      
| SerializeBinary(BinaryWriter) | Serializes the binary.  |