JSON:API
JSON:API is a specification for how a client should request that resources be fetched or modified, and how a server should respond to those requests. JSON:API is designed to minimize both the number of requests and the amount of data transmitted between clients and servers. This first draft was extracted from the JSON transport implicitly defined by Ember Data’s REST adapter. In general, Ember Data’s goal is to eliminate the need for ad-hoc code per application to communicate with servers that communicate in a well-defined way. The REST Adapter in Ember Data implicitly defined a protocol that custom servers could implement to get a drop-in client for all of their resources. The goals of the media type are to balance:
- A generic media type that can work across a broad set of use cases, including the generally used relationship types
- Similarity to existing server-side framework practices (and human readability for debugging)
- Ease of implementation on the server side
- Ease of implementation on the client side
This specification reached a stable version 1.0 on May 29, 2015.
Here are 4,327 public repositories matching this topic...
A lightweight wrapper for the JSON-C library that makes handling JSON a bit more developer friendly.
-
Updated
Mar 15, 2019 - C++
Rails Engine is a sales engine API platform. This project utilizes Ruby on Rails, ActiveRecord, and SQL to construct a JSON API that exposes and serves up data from sales relational database.
-
Updated
Feb 1, 2017 - Ruby
Go library for JSONAPI serialization and deserialization
-
Updated
Oct 23, 2017 - Go
-
Updated
Jul 18, 2017 - Java
Consumed RIT REST API to make AJAX calls to retrieve data from the API. Created and developed alternative experience to RIT website with focus on user experience and front-end development. HTML, CSS, JavaScript and jQuery are some of the technologies used for developing this website.
-
Updated
Feb 7, 2018 - JavaScript
Random quotes are generated which can be posted on twitter
-
Updated
May 21, 2017 - HTML
Java library to create Java POJO from given JSON string.
-
Updated
Oct 23, 2018 - Java
This repository generates a random quote each time using JSON
-
Updated
Dec 29, 2017 - HTML
[WIP]:arrows_clockwise: Normalizes and denormalizes JSON API response objects
-
Updated
Feb 6, 2017 - JavaScript
A simple hacker-news-liken forum server offering Json API
-
Updated
Aug 12, 2017 - Python
This code uses clustering to identify survivors and non-survivors on-board the Titanic
-
Updated
Apr 29, 2018 - Python
Created by Yehuda Katz, Dan Gebhardt, Gabe Sullice, Jeldrik Hanschke, Tyler Kellen, Steve Klabnik,Ethan Resnick
Released May 3, 2013
- Followers
- 17 followers
- Website
- jsonapi.org