βœ•
πŸ”Œ 20 XP

APIs & JSON Β· ~6 min Β· 2 quick checks

JSON: the language of APIs

JSON (JavaScript Object Notation) is the format almost every API speaks. It's just nested data with two shapes:

  • Objects { } β€” named fields
  • Arrays [ ] β€” ordered lists