🧩 JSON Nesting

JSON nesting is when objects or arrays are placed inside other objects or arrays. This lets you represent more complex structured data.

📦 Example: Nested JSON Object

Parsed output will appear here...
💡 Use dot notation like user.address.city or array index like skills[0] to access nested values.

🔍 What’s Going On Here?