TypedValueJAFromJson Method

Creates an instance from a json representation.

Definition

Namespace: MFiles.VAF.Configuration.JsonAdaptor
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public static TypedValueJA FromJson(
	string json
)

Parameters

json  String
The json representation of the object.

Return Value

TypedValueJA
The deserialized instance.

See Also