json - C# Replace JArray or Replace an index of a JArray and have it as a Value in a KeyValuePair Dictionary -
here jarray inside keyvaluepair
{[job, [ "reckxjngifdj2lx6o" ]]} where key 'job' , value 'jarray', , want change index inside jarray keeping keyvaluepair is. help!
this did job:
keyvaluepair<string, jarray> recordsdict = new keyvaluepair<string, jarray> (field.key, new jarray { rec.id });
Comments
Post a Comment