JsonValue(Boolean) Constructor
            Initializes a new 
JsonValue struct that represents a boolean value.
            An implicit conversion from the 
bool type also exists.
            
Namespace: KGySoft.JsonAssembly: KGySoft.Json (in KGySoft.Json.dll) Version: 3.0.0
public JsonValue(
	bool value
)
Public Sub New ( 
	value As Boolean
)
public:
JsonValue(
	bool value
)
new : 
        value : bool -> JsonValue
Parameters
- value  Boolean
- The value to initialize the JsonValue from.