What data format is often used for exchanging information over the web? 🔊
The data format often used for exchanging information over the web is JSON (JavaScript Object Notation). JSON is a lightweight data-interchange format that is easy for humans to read and write and for machines to parse and generate. It's widely used in APIs and web services for transmitting structured data between a server and a client.
Equestions.com Team – Verified by subject-matter experts