skip to Main Content

Json – Select JToken by property value

I am trying to find a more elegant solution than foreach loops for the following problem. Sample JSON Structure: [{ "OpportunityId": "ABC-123-XYZ", "Status": "Active", "Milestones": { "Milestone": [ { "Name": "Award", "Date": "8/27/2021" } ] }, "Staff": { "Pocs": […

VIEW QUESTION
Back To Top
Search