<?php $a = '{"test1":"something1","test2":"something2","test3":"something3"}'; print_r(json_encode(json_decode($a, true), JSON_PRETTY_PRINT));
You have javascript disabled. You will not be able to edit any code.