mrigank sevak Posted July 17, 2020 Posted July 17, 2020 HI, When i am trying to host a webservice in JSON; if the element is single it doesnt display as an array for json while for multiple it shows a json. Can we fix the conversion for single element in TDV Multi Element - Item - Shown as Array if multiple items { "shiporderResponse": { "shiporder": { "orderperson": "Able Computing", "item": [ { "title": "USA", "note": "2003-02-04" }, { "title": "USA", "note": "2003-02-08" } ] } } } Single Element - Item not displayed as Array { "shiporderResponse": { "shiporder": { "orderperson": "Able Computing", "item": { "title": "USA", "note": "2003-02-04" } } } }
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now