<?php $data = [ [ 'id' => 'xxxxx', //channel ID 'parent_id' => "xxxxxx" //new category ] ]; // JSON_PRETTY_PRINT just to visualize echo json_encode($data, JSON_PRETTY_PRINT);
You have javascript disabled. You will not be able to edit any code.