I know how to put the whole JSON into Javascript, but I don't know how to take 1 object value and put it into a javascript variable.
For example if I wanted the value of "start_time" below, in a variable in 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": [
....