0
2.3kviews
Explain in detail architecture of mashups in a JSON implementation with neat diagram.
1 Answer
| written 7.9 years ago by |
The readability and simplicity features of JSON have made it one of the most popular notations in the mashup community.
JSON, being a notation, provides a way in which objects are written so that human beings can read it easily. It has built-in JavaScript feature that made JSON a viable …