<?php $json = '{ "General": { "Remote_Server_Root_URL": "\u0026", "Welcome_Screen_URL": "\u0027", "Multi_Configuration_URL": "\u0022", "Configuration_Id": "\u003C\u003E" } }'; $json = preg_replace('#\\\\u([0-9A-F]{4})#', '\\\\\u0075$1', $json); $dec = json_decode($json, true); $enc = preg_replace('#\\\\u0075#', 'u', json_encode($dec)); echo $enc;
You have javascript disabled. You will not be able to edit any code.