JSON Data Standard - IETF RFCs - IANA
JSON Data Standard - IETF RFCs - IANA JavaScript Object Notation (JSON) is a lightweight data-interchange format. JSON is easy for humans to read and write. JSON is easy for machines to parse and generate.
JSON can represent;
four primitive types (strings, numbers, booleans, and null) two structured types (objects and arrays). JSON Data Types - IETF RFCs
String: A sequence of characters enclosed in double quotes. Number: A numerical value, which can be an integer or a floating-point.