Newtonsoft JSON – Dynamic Objects June 8, 2023 by Tarik You can try this: dynamic task = JObject.Parse(rawJson); Documentation: Querying JSON with dynamic