JavaScript Object Notation (JSON)

JSON is a format for structuring data that is sent back and forth via an API. JSON is an alternative to XML. Representational State Transfer (REST) APIs more commonly respond with JSON, which is an open standard format that uses human-readable text to transmit data objects consisting of attribute–value pairs. It is easy for humans to read and write. It is easy for machines to parse and generate.

JSON is based upon a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999.

Products and Solutions

Related Blogs

References for the glossary can be viewed by clicking here.