Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SAP Sybase SQL Anywhere 16.0 » SQL Anywhere Server - SQL Usage

 

JSON in the database

JavaScript Object Notation (JSON) is a language-independent, text-based data interchange format developed for the serialization of JavaScript data.

JSON represents four basic types: strings, numbers, booleans, and NULL. JSON also represents two structured types: objects and arrays.

For more details about JSON format, see [external link] http://www.json.org.


Use of the FOR JSON clause to retrieve query results as JSON
FOR JSON RAW
FOR JSON AUTO
FOR JSON EXPLICIT