# JSON vs XML Both are formats for storing and exchanging data. Here's a quick comparison: ## JSON (JavaScript Object Notation) ```json { "person": { "name": "Alice", "age": 30, "hobbi