getParsedBody(); ksort($data); ksort($data['arr']); ksort($data['arr']['x']['y']); $resp->getBody()->write(json_encode($data)); return $resp; }