I have a Dictionary of <String, JArray> like in the picture below.
Adding at first position or normal remove last works fine.
…
But I need to add elements at 2nd, 3rd, … position and I dont know how to do it.
For Dictionary<String,String> AddAt() / RemoveAt() works just fine but not with JArray
For this example I want to get a Dictionary(Key).Value : [“1000”, “9999”, “1002”, “1003”]
Has anyone more information (Linq, JSON + UiPath) about the Methods and Syntaxes for JArray, JToken manipulation?