JsonValue(Boolean) Constructor

Initializes a new JsonValue struct that represents a boolean value. An implicit conversion from the bool type also exists.

Definition

Namespace: KGySoft.Json
Assembly: KGySoft.Json (in KGySoft.Json.dll) Version: 3.0.0
C#
public JsonValue(
	bool value
)

Parameters

value  Boolean
The value to initialize the JsonValue from.

See Also