Question
LTIMindtree
US
Last activity: 18 Jul 2022 3:31 EDT
Seeing issues with JSON parsing for Pagelist properties
Seeing issues with JSON parsing for Pagelist properties .
Scenario:
Structure of the Pagelist in the clipboard:
CustomerInfo(1).Demogrpahics.EmploymentandIncome.PreviousEmployment(1)
We are not seeing the properties under PreviousEmployment parsed with implementation- attaching the screen shot
Response is shown as below with no elements under PreviousEmployment PageList :
"previousEmployment":[{}],
Alternate Approach tried .
In the JSON parsing dt set the PreviousEmployment as AutoMap and setting the Qualifier for a property under the PreviousEmployment I,e “EmployedFrom” as shown below ,then we see the response but qualifier name is not showing up
Even tried mentioning the qualifier as pzExternalName
"previousEmployment": [
{
"Occupation": "Admin Assist",
"EmploymentPhoneDetails": [
Seeing issues with JSON parsing for Pagelist properties .
Scenario:
Structure of the Pagelist in the clipboard:
CustomerInfo(1).Demogrpahics.EmploymentandIncome.PreviousEmployment(1)
We are not seeing the properties under PreviousEmployment parsed with implementation- attaching the screen shot
Response is shown as below with no elements under PreviousEmployment PageList :
"previousEmployment":[{}],
Alternate Approach tried .
In the JSON parsing dt set the PreviousEmployment as AutoMap and setting the Qualifier for a property under the PreviousEmployment I,e “EmployedFrom” as shown below ,then we see the response but qualifier name is not showing up
Even tried mentioning the qualifier as pzExternalName
"previousEmployment": [
{
"Occupation": "Admin Assist",
"EmploymentPhoneDetails": [
{
"countryPhoneCode": "",
"fullTelephoneNumber": ""
}
],
"EmployedFrom": "2022-01-01"
}]