rest/json: Difference between revisions
Jump to navigation
Jump to search
(→Charter: query) |
(→Proposals: JSON Path, Query) |
||
Line 31: | Line 31: | ||
* [[rest/urls]] | * [[rest/urls]] | ||
* [[rest/json-collections]] | * [[rest/json-collections]] | ||
* [http://goessner.net/articles/JsonPath/ JSON Path] | |||
* [http://www.sitepen.com/blog/2008/07/16/jsonquery-data-querying-beyond-jsonpath/ JSON Query] | |||
* [http://www.sitepen.com/blog/2008/06/17/json-referencing-in-dojo/ JSON Referencing] | * [http://www.sitepen.com/blog/2008/06/17/json-referencing-in-dojo/ JSON Referencing] | ||
* [http://www.json.com/specifications/json-resources/ JSON Resources] | * [http://www.json.com/specifications/json-resources/ JSON Resources] |
Revision as of 05:08, 13 September 2008
RESTful JSON
Charter
Given that:
- REST is a powerful architecture for scalable web services
- JSON is a lightweight container for exchanging data
- AtomPub, while RESTful, requires XML documents with strict metadata requirements
The goal of the RESTful JSON project is to develop a series of conventions for:
- URLs
- HTTP methods
- HTTP headers
- JSON fields
that:
- is maximally compatible with existing (RESTful, generic) clients
- enables partial updates
- allows paging and/or partial returns of large datasets
- standardizes linking to related resources
- defines a generic query syntax
- uses hypermedia (links + context) to manage application state
- does NOT become a full-fledged RPC solution
Resources
- Original proposal by Joe Gregorio
- Standardizing RESTful JSON by Kris Zyp
- Google Group
- AtomPub (for comparison/inspiration)
Proposals
Issues
- Is the top-level entity a simple array (Persevere, Dojo) or a full-fledged object (CouchDB, ActiveRecord?)
Implementations
- CouchDB
- Jester (same URLs as ActiveResource)
- Dojo REST store
- DOM Resource
- Persevere
- SproutCore
- Grassy Knoll (Python)
- Exhibit (example)