JsonProperty Constructor

Initializes a new instance of the JsonProperty struct.

Definition

Namespace: KGySoft.Json
Assembly: KGySoft.Json (in KGySoft.Json.dll) Version: 3.0.0
C#
public JsonProperty(
	string name,
	JsonValue value
)

Parameters

name  String
The name of the property.
value  JsonValue
The value of the property.

Exceptions

See Also