JavaScript Object Notation (JSON)
A minimal, readable format for structuring data is JSON, or JavaScript Object Notation. It is mainly used to transfer data, as an alternative to XML, between a server and a web application.
A minimal, readable format for structuring data is JSON, or JavaScript Object Notation. It is mainly used to transfer data, as an alternative to XML, between a server and a web application.