ExpressionJAFromJson Method |
Creates an instance from a json representation.
Namespace:
MFiles.VAF.Configuration.JsonAdaptor
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic static ExpressionJA FromJson(
string json
)
Public Shared Function FromJson (
json As String
) As ExpressionJA
public:
static ExpressionJA^ FromJson(
String^ json
)
Parameters
- json
- Type: SystemString
The json representation of the object.
Return Value
Type:
ExpressionJAThe deserialized instance.
See Also