Loading...
Loading...
A lightweight data-interchange format that is easy for humans to read and machines to parse.
JSON is a text-based data format built on two structures: a collection of name/value pairs (object) and an ordered list of values (array). It is language-independent and widely used for API communication, configuration files, and data storage. JSON supports data types: string, number, boolean, null, object, and array. It is defined by ECMA-404 and IETF RFC 8259. JSON is the primary data format for REST APIs, replacing XML in many applications.