Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 370 Bytes

File metadata and controls

10 lines (6 loc) · 370 Bytes

Djata produces and consumes JSON data in several ways.

  • formatted when HTTP GET used on a model or object URL.
  • parsed when PUT or POST to a model or object URL.
  • parsed from the "json" query string option or POST encoded request as an alternative to URL encoded request parameters.

Read more about these formats in the REST schema documentation.