While I understand how to input an entire JSON object into Javascript, I am unsure of how to extract a single object value and store it in a Javascript variable.
For instance, if I wanted to store the value of "start_time" from the JSON object below in a Javascript variable.
{
"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": [
....