LanguageServerInput.Parse(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.