0
我知道如何將整個JSON放入Javascript中,但我不知道如何獲取1個對象值並將其放入JavaScript變量中。獲取JSON對象值並將其放入一個Javascript變量
例如,如果我想在下面的「start_time」的值,在Javascript中的變量。
{
"result": {
"status": 1,
"num_results": 10,
"total_results": 500,
"results_remaining": 490,
"matches": [
{
"match_id": 515853415,
"match_seq_num": 469991846,
"start_time": 1392156202,
"lobby_type": 7,
"players": [
....