How do I access values from a Dictionary in an object?
问题 Alright, I'm not sure if I'm asking the right question, but here goes. I'm using Javascript .NET to parse a Javascript object array. My code looks something like this: object packlist; using (var context = new JavascriptContext()) { context.Run(@"function packlist() { this.packs = new Array(); } var packlist = new packlist(); packlist.packs[0] = { item1:""something"", item2:""something2"", item3:""something3"" }; packlist.packs[1] = { item1:""something"", item2:""something2"", item3:"