<?php $json = '{"test" : "test one \xe0 "}'; var_dump(json_decode($json)); echo json_last_error() . PHP_EOL; echo json_last_error_msg();
You have javascript disabled. You will not be able to edit any code.