<?php $array = json_decode('[{"id":"331","file_name":"3b1379e2496408dd4c865f5f63f96bf6","file_path":"https://path/3b1379e2496408dd4c865f5f63f96bf6.png"}, {"id":"332","file_name":"d0ef559473a061086592bceed0880a01","file_path":"https://path/d0ef559473a061086592bceed0880a01.png"}]'); echo json_encode(array_map(fn($value) => (object) ['url' => $value], array_column($array, 'file_path')), JSON_PRETTY_PRINT);
You have javascript disabled. You will not be able to edit any code.