I have the following json:
{
"code": "1",
"status": "OK",
"users": [
{
"id": "5",
"yazi": "launcher",
"gun": "2015-08-04"
},
{
"id": "6",
"yazi": "piano",
"gun": "2015-02-02"
},
{
"id": "9",
"yazi": "text text",
"gun": "2015-08-05"
},
{
"id": "14",
"yazi": null
"gun": "2015-02-02"
}
] }
i want to if code is "1" and status is "OK" then view users parameter. What should I used?