Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

why the Array(1) is translated to a Object ? how can i resolce it ? #166

Closed
web525 opened this issue Jun 17, 2019 · 1 comment
Closed

why the Array(1) is translated to a Object ? how can i resolce it ? #166

web525 opened this issue Jun 17, 2019 · 1 comment
Labels

Comments

@web525
Copy link

web525 commented Jun 17, 2019

Look at the picture below.

picture

@amitguptagwl
Copy link
Member

FXP parses the XML to JSON based on syntax not on XSD. On first place, it finds repeated elements under the same node. Hence, it converts it into array. On second place, it finds only one occurrence. Hence, object.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants