JSON APIs
JSON (JavaScript Object Notation) | is an encoding scheme | eliminating ad-hoc code | for server communication.
JSON (JavaScript Object Notation) | là một lược đồ mã hóa | giúp loại bỏ mã tùy biến | cho giao tiếp máy chủ.
JSON API provides a | standardized implementation for | data stores and structures, | including entity types, bundles, | and fields with | defined communication protocols.
JSON API cung cấp một | triển khai tiêu chuẩn hóa cho | các kho lưu trữ và cấu trúc dữ liệu, | bao gồm các kiểu thực thể, gói, | và các trường với | các giao thức giao tiếp được xác định.
Resources
- Full Stack Open - Node.js and Express (Part 3) (course)
- JSON.org - Introducing JSON (official)
- JSON API Recommendations and Best Practices (article)
- REST API vs JSON API - Which Should You Use? (video)
References
- https://roadmap.sh/backend (Node: [label])