Can I pass a Newtonsoft.Json.Linq.JObject as a parameter for Json Parsing
I am writing a JsonParser in C# (using a reference from SO). This might be a simple question, but I am new to C#, and thanks for your help. I am wondering if a JObject can be passed to another…