JSON (JavaScript Object Notation)
A lightweight, text-based data format supported in many hosting environments for APIs, making data exchange between applications faster.
JSON is a simple, text-based format used to share data between applications. It organises information in a way that both humans and machines can easily understand. Developers use it in APIs to exchange details between servers, apps, and websites. JSON is lightweight, fast, and much easier to work with than older formats like XML. It's everywhere online, whether it's helping a weather app update forecasts or allowing an e-commerce site to communicate with a payment gateway. JSON keeps modern web systems connected, efficient, and easy to maintain.