|
Nasty.
The nastiest one I encountered was one where they basically made up the data names based on the query. If the query (for example) returned two products then instead of an array of data containing something like:
{
"product": [{
"productname": "Loveseat",
"price": 395.99
},
{
"productname": "Sofa",
"price": 1159.99
}
]
}
It would instead be:
{
"product": [{
"Loveseat": 395.99
},
{
"Sofa": 1159.99
}
]
}
Bad enough by itself but a similar system was used for other features. Truly horrible "design".
In the JSON world, there seems to be rather too much of a "because we can" attitude.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.