Example: ```json [{"country_code": "TR"}] ``` ```php public string $countryCode; // not working. public string $country_code; // working. ```