RE: Getting Json request to work 04-09-2018, 03:20 PM
#2
Since you've already parsed the response text as JSON, you can access any JSON value you want through the myObj variable. For example,
Code:
console.log(myObj["id"]);
> 2162875


![[+]](https://sinister.ly/images/modern/collapse_collapsed.png)