SCRAM Nexus API Resource Guide

JSON Overview

JSON

JSON (JavaScript Object Notation) is a lightweight, text-based, human-readable data interchange format used for representing complex objects as well as simple, universal data structures in browser-based code. JSON is easy for humans to read and write and easy for machines to parse and generate. The JSON text format is completely language independent, uses conventions familiar to most programmers and is supported by all modern programming languages. This enables JSON to be combined with other languages making it an ideal data-interchange format to exchange objects and data between disparate systems.

Resources: