print object C# code example
Example: c# print out whole object
Console.WriteLine(JsonConvert.SerializeObject(OBJECTNAME, Formatting.Indented););
Console.WriteLine(JsonConvert.SerializeObject(OBJECTNAME, Formatting.Indented););