Java – input JSON to output JSON conversion should be based on JSON schema configuration
input: { "First Name": "XX", "Middle Name": "", "Last Name": "XX", "Date of Birth": "11/12/2013", "Address": "XXX", "Village": "XXX", "Pincode": "34234" "License Number": "1234567890" } output: { "First Name": "XX", "Middle Name": "", "Last Name": "XX", "Date of Birth": "11/12/2013",…