<?php $json = '{ "levels": [ {"role_id":1, "access_level_id":3}, {"role_id":2, "access_level_id":1}, {"role_id":3, "access_level_id":2}], "category_id": 3 }'; $decoded = json_decode($json, true); var_dump($decoded);
You have javascript disabled. You will not be able to edit any code.