How do I add a Dictionary to an existing JSON.Net’s JObject? January 1, 2024 by Tarik I believe that you are looking for something like this: json["dict"] = JObject.FromObject(dict);