JSON API
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) m |
(Added categories) |
||
Line 13: | Line 13: | ||
* [http://jsonapi.org/ JSON API official site] | * [http://jsonapi.org/ JSON API official site] | ||
* [http://thechangelog.com/json-api-now-mime-type/ JSON API now has a MIME type] | * [http://thechangelog.com/json-api-now-mime-type/ JSON API now has a MIME type] | ||
+ | |||
+ | [[Category:Protocols]] | ||
+ | [[Category:JSON based file formats]] |
Latest revision as of 16:13, 23 April 2017
JSON API is a format designed to standardize the use of JSON in Web APIs. JSON by itself is merely a serialization system which can encompass a wide variety of data structures; JSON API aims to standardize the structures used for requests and responses in Web back-ends.