Following is the json element read from a text file and stored in a variable. i.e.
sCurrentLine = {
"description": "Update gclient to handle when a DEPS file has no deps dictionary.\n\nCommitted: http://src.chromium.org/viewvc/chrome?view=rev&revision=1652",
"cc": [],
"reviewers": [
"nils.juenemann@gmail.com"
],
"owner_email": "sguireknight@gmail.com",
"private": false,
"base_url": "svn://chrome-svn.corp.google.com/chrome/trunk/depot_tools/",
"owner": "sguireknight",
"subject": "Handle when a DEPS file has no deps dictionary.",
"created": "2008-09-02 20:11:04.145884",
"patchsets": [
1
],
"modified": "2011-05-09 13:10:20.276741",
"closed": true,
"commit": false,
"issue": 201
}
I want to access issue value 201. How can I do that?