Skip to main content
The 2024 Developer Survey results are live! See the results

JsonRestStore is a lightweight datastore implementation of an HTTP-based (RFC 2616) client with RESTful data interaction capabilities.

JsonRestStore is a lightweight datastore implementation of an -based (RFC 2616) client with RESTful data interaction capabilities. JsonRestStore provides full read, write, and notification capabilities through standards based HTTP/REST interaction with the server using GET, PUT, POST, and DELETE commands. This data store allows you to communicate with server side database/persistent data storage using the Dojo Data API with and efficiently handles create, read, update, and delete (CRUD) operations.

using JsonRestStore can greatly simplify client server communication, interacting can be done simply using straightforward JavaScript instead of having to build your communication for CRUD actions. JsonRestStore also store objects in a format to ease direct property access for significant performance advantages.

You should use this tag is the question is related to the use of JsonRestStore API in some application.