<?php $cars = [ [ 'icon' => 'sim', ], [ 'icon' => 'airtime', ], [ 'icon' => 'sim', ], ]; echo json_encode(array_unique($cars, SORT_REGULAR));
You have javascript disabled. You will not be able to edit any code.