Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.
Henk van Cann edited this page Jun 22, 2023 · 1 revision

Definition

JavaScript Object Notation. JSON is a language-independent data format. It was derived from JavaScript. It's an open standard file format and data interchange format that uses human-readable text to store and transmit data objects consisting of attribute–value pairs and arrays (or other serializable values).
More on source Wikipedia

Clone this wiki locally