From 289d52d13550736e5d6bd9c86e52d2ec6e74cf02 Mon Sep 17 00:00:00 2001 From: Archit Sharma <74408634+iArchitSharma@users.noreply.github.com> Date: Tue, 19 Apr 2022 14:46:40 +0530 Subject: [PATCH] Resources added for JSON api (#1208) * Resources added for JSON api * Update content/roadmaps/101-backend/content/109-apis/101-json-apis.md Co-authored-by: Kamran Ahmed --- .../101-backend/content/109-apis/101-json-apis.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/101-backend/content/109-apis/101-json-apis.md b/content/roadmaps/101-backend/content/109-apis/101-json-apis.md index c37be7d18..caa561528 100644 --- a/content/roadmaps/101-backend/content/109-apis/101-json-apis.md +++ b/content/roadmaps/101-backend/content/109-apis/101-json-apis.md @@ -1 +1,9 @@ -# Json apis \ No newline at end of file +# 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. + +Free Content + +Official Website +Official Docs +JSON API: Explained in 4 minutes