Jump to content

Render JSON help


sandeep neelam

Recommended Posts

The Subscriber should always be a list of entries even if its only one single entry:

 

E.g. the json should look like this:

1:

{

"Subscriber":[

 

]

}

 

and not like it does not for single entries, e.g.:

2:

{

"Subscriber":{

 

}

}

 

I am getting the output as option 2 from Render JSON (XML to JSON), how to include the braces '[' for single entries also

Link to comment
Share on other sites

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...