vData returns an object containing an array of objects
- Daniel
- Offline
- Administrator
-
30 Oct 2018 13:28 #6488
by Daniel
Thanks
Daniel
Replied by Daniel on topic vData returns an object containing an array of objects
Hello,
Thanks for getting in touch. We can do that for you. Please contact our Sales team via Contact us -> Request a Quote form, We'll look into it.
Thanks for getting in touch. We can do that for you. Please contact our Sales team via Contact us -> Request a Quote form, We'll look into it.
Thanks
Daniel
Please Log in to join the conversation.
- Ken Lee
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 17
29 Oct 2018 01:15 #6485
by Ken Lee
vData returns an object containing an array of objects was created by Ken Lee
Dear WDMTech,
There is a practice among developers of parsing JSON starting with an object containing an array of records. e.g.
{ customer: [ {...}, {...} ] }
vData provides right from the array of records: e.g.
[{...}, {...}]
May I ask if WDMTech may add an option to enclose the array in an object of user-defined string as the object name? That will ease programming.
Thank you for consideration.
Best Regards.
There is a practice among developers of parsing JSON starting with an object containing an array of records. e.g.
{ customer: [ {...}, {...} ] }
vData provides right from the array of records: e.g.
[{...}, {...}]
May I ask if WDMTech may add an option to enclose the array in an object of user-defined string as the object name? That will ease programming.
Thank you for consideration.
Best Regards.
Please Log in to join the conversation.