Class JSONString
Class JSONString. Implements the JSONNode
Inherited Members
Namespace: SimpleJSON
Assembly: solution.dll
Syntax
public class JSONString : JSONNode
  Constructors
| Name | Description | 
|---|---|
| JSONString(string) | Initializes a new instance of the JSONString class.  | 
      
Properties
| Name | Description | 
|---|---|
| IsString | Gets a value indicating whether this instance is string.  | 
      
| Tag | Gets the tag.  | 
      
| Value | Gets or sets the value.  | 
      
Methods
| Name | Description | 
|---|---|
| Equals(object) | Determines whether the specified object is equal to this instance.  | 
      
| GetEnumerator() | Gets the enumerator.  | 
      
| GetHashCode() | Returns a hash code for this instance.  | 
      
| SerializeBinary(BinaryWriter) | Serializes the binary.  |