Class JSONBool
Class JSONBool. Implements the JSONNode
Inherited Members
Namespace: SimpleJSON
Assembly: solution.dll
Syntax
public class JSONBool : JSONNode
  Constructors
| Name | Description | 
|---|---|
| JSONBool(bool) | Initializes a new instance of the JSONBool class.  | 
      
| JSONBool(string) | Initializes a new instance of the JSONBool class.  | 
      
Properties
| Name | Description | 
|---|---|
| AsBool | Gets or sets a value indicating whether [as bool].  | 
      
| IsBoolean | Gets a value indicating whether this instance is boolean.  | 
      
| 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.  |