Question Description
I’m working on a computer science question and need an explanation to help me study.
Include examples and citations please.
Write a data transformation Java class that transforms given;
1. list of name:value data into JSON Object data
2. JSON formatted string data into JSON Object data
3. JSON data into name:value Map
4. JSON data into XML data
Within your class, make sure to handle/process;
1. Malformed data
2. Data in wrong format