Partilhar via


ServiceFabricCmdletBase.TryParseJson(String, JObject) Method

Definition

protected bool TryParseJson (string filePath, out Newtonsoft.Json.Linq.JObject jObject);
member this.TryParseJson : string * JObject -> bool
Protected Function TryParseJson (filePath As String, ByRef jObject As JObject) As Boolean

Parameters

filePath
String
jObject
Newtonsoft.Json.Linq.JObject

Returns

Applies to