Jump to content

JSON array data is not able to convert in XMl by pares json


Manish Anand 2

Recommended Posts

Hi All,

I have input data in json like

{

"pet": [

{

"species": "Dahut"

, "name": "Hypatia"

}

]

}

{

"pet": [

{

"species": "D"

, "name": "Hyp"

}

]

}

need to convert in xml. while trying to convert i am getting only first data. Second pet root data it is not coming. i kept pet as a repeating inside root root element.

please let me know if anyone have any solution.

Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...