Adding a property into specified location into json using Newtonsoft.Json
问题 I have a following JSON . I have added 2 x double quotes so that I could declare it as string variable in c# , in reality it contains one times double quotes for properties. The complete example code is in this fiddle. I am using Newtonsoft but can use System.Text.Json as well so a working solution for either will be appreciated. { ""display"": ""wizard"", ""settings"": {}, ""components"": [ { ""title"": ""Activity Information"", ""label"": ""Activity Information"", ""type"": ""Activity"", "