TOP

What is JSON

JSON (eng. JavaScript Object Notation) is a data exchange format that is used as an alternative to XML and is a third more compact than it. It is widely used in complex programs that often exchange data between the browser and the web server (AJAX technology). Supports four primitive data types (String, Number, Boolean, Null) and two complex data types (Object – curly brackets, Array – square brackets).