<?php $json = '[{"city":"Berlin"},{"city":"London"},{"city":"New York", {"city":"Vienna"}]'; $array = json_decode($json, true); print_r(array_column($array, 'city', 'city'));
You have javascript disabled. You will not be able to edit any code.