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
APIs & JSON Β· ~6 min Β· 2 quick checks
JSON (JavaScript Object Notation) is the format almost every API speaks. It's just nested data with two shapes:
{ } β named fields[ ] β ordered lists