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

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -