Roadmap to becoming a developer in 2022
 
 
 
 
 

9 lines
590 B

# JSON APIs
JSON or JavaScript Object Notation is an encoding scheme that is designed to eliminate the need for an ad-hoc code for each application to communicate with servers that communicate in a defined way. JSON API module exposes an implementation for data stores and data structures, such as entity types, bundles, and fields.
Visit the following resources to learn more:
- [@official@Official Website](https://jsonapi.org/)
- [@official@Official Docs](https://jsonapi.org/implementations/)
- [@video@JSON API: Explained in 4 minutes ](https://www.youtube.com/watch?v=N-4prIh7t38)