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,377 public repositories matching this topic...
Primal it's a PHP framework for Restful service.
-
Updated
Apr 1, 2018 - PHP
A Mobile Phone based Intelligent Scoring Approach for Assessment of Critical Illness
-
Updated
Apr 20, 2017 - CSS
Get data from an JSON feed, search and display the information.
-
Updated
Apr 30, 2017 - JavaScript
Simple, human-readable, but unnecessary, data serialization format for 1D data, and a small js lib for using it.
-
Updated
Mar 1, 2018 - JavaScript
(Game) Web app which you enter a band and random lyrics returned from one of their songs. You must then guess the song title.
-
Updated
Dec 16, 2017 - JavaScript
JSON list of public daemons for BLOC
-
Updated
Sep 18, 2019 - JavaScript
JsonQueryRunTime is a .NET library to apply where clause like expression to JSON string, JSON string list, JSON-Lines file.
-
Updated
Dec 8, 2022 - C#
Converts Image file to Descriptive JSON file with image as base64 string, which can be used as a payload.
-
Updated
Feb 23, 2020 - Python
This is sample demo for parse JSON api Using Objective C.
-
Updated
Mar 30, 2019 - Objective-C
Data Wrangle: Gather, Clean, Assess, and Visualize/ Twitter API -JSON- HTML
-
Updated
Nov 12, 2018 - Jupyter Notebook
Aplicación que permite incluir tiendas en favoritos y borrarlas, obtenidas desde un JSON y puestas en un mapa de Google Maps.
-
Updated
Oct 20, 2018 - TypeScript
Created by Yehuda Katz, Dan Gebhardt, Gabe Sullice, Jeldrik Hanschke, Tyler Kellen, Steve Klabnik,Ethan Resnick
Released May 3, 2013
- Followers
- 18 followers
- Website
- jsonapi.org