JavaScript Object Notation a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate.
JSON and Sinch APIs
JSON (application/json
) is the content type of both requests and responses if not otherwise specified.
Requests with invalid JSON will be rejected.