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 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
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2014, SAP AG or an SAP affiliate company. - SAP Sybase SQL Anywhere 16.0 |