'Declaration
Public Shared Function FromJson( _ ByVal json As String _ ) As ProcessorComponent
'Usage
Dim json As String Dim value As ProcessorComponent value = ProcessorComponent.FromJson(json)
public static ProcessorComponent FromJson( string json )
public: static ProcessorComponent^ FromJson( String^ json )
Parameters
- json
- Specifies the JSON definition of the ProcessorComponent object to create.
Return Value
A ProcessorComponent object.