Data Types

JSON

JavaScript Object Notation (JSON) is a lightweight, semi-structured data interchange format. It represents data as text-based, simple data structures and associative arrays, called objects. JSON is often used to transmit data between applications in a manner that is easy for machines to parse and generate, and also easy for humans to read and write.