The following program reads the name and the position of an employee from the standard input. Then, it prints this information in the JSON format (see the sample input and output).
Write the missing code for serializing the data and printing the relevant JSON string.