<?php $json = '{ "John": { "status":"Wait" }, "Jennifer": { "status":"Active" }, "James": { "status":"Active", "age":56, "count":10, "progress":0.0029857, "bad":0 } }'; var_export(array_column(json_decode($json, true), 'status'));
You have javascript disabled. You will not be able to edit any code.