<?php $myJsonString = '{"a":1,"b":2,"c":3,"d":4,"e":5}'; $decoded = json_decode($myJsonString, true); echo json_encode($decoded);
You have javascript disabled. You will not be able to edit any code.