JSON is a text-based data format following JavaScript object syntax. It represents structured data as a string, which is useful when you want to transmit data across a network. Even though it closely resembles JavaScript object literal syntax, it can be used independently from JavaScript.
https://developer.mozilla.org/en-US/docs/Learn_web_development/Core/Scripting/JSON

