다음을 통해 공유


LanguageServerInput.Parse(String) Method

Definition

Parses the input json payload to LanguageServerInput.

public static Microsoft.PowerFx.LanguageServerProtocol.LanguageServerInput Parse(string jsonRpcPayload);
static member Parse : string -> Microsoft.PowerFx.LanguageServerProtocol.LanguageServerInput
Public Shared Function Parse (jsonRpcPayload As String) As LanguageServerInput

Parameters

jsonRpcPayload
String

Raw Payload.

Returns

Parsed Input.

Applies to