JSON format

JSON allows for efficient data exchange. JSON data is human readable. JSON stands for JavaScript Object Notation.

JSON format is well known and widely used. Alternatives to JSON format are XML format, and sending data in binary. Disadvantage of XML format, that such data is larger in size, binary data even so it is small in size, however it is difficult to understand and it is not flexible. JSON data easily can be modified.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator