ServiceFabricCmdletBase.TryParseJson(String, JObject) 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.
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