Q1
Single choice
You are developing an application that retrieves customer data from a web service. The application stores the JSON messages returned from the web service in a string variable named CustomerAsJson. The variable is encoded as UTF-8.
The application includes a class named Customer that is defined by the following code:

You need to populate the Customer class with the data returned from the web service.
Which code segment should you use?
