I have the following Json string
{ "Users" : [
{ "Name" : "user99",
"Value" : "test"
},
{ "Name" : "test2",
"Value" : "test"
}
]
}
I am trying to parse it and print out each name and value - what is the easiest way to do this ?
I tried jQuery.parseJSON but I do not know how to use it I guess
Sample code would be great
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…