JSON (JavaScript Object Notation)

« Back to Glossary Index

A lightweight data-interchange format, commonly used in APIs for transmitting structured data. JSON is easy to read and parse, making it ideal for exchanging data between a server and web application. It is widely used in web scraping for handling API responses and structured data.

« Back to Glossary Index
arrow_upward