Vantage provides the following functionality for composing JSON documents:
- The SELECT AS JSON statement composes data from table columns into a text format JSON document.This statement is only supported on the Block File System on the primary cluster. It is not available for the Object File System.
- The JSON_PUBLISH table operator composes input parameters into JSON data of any supported format, including binary storage formats such as BSON and UBJSON.
- The JSON_AGG and JSON_COMPOSE functions composes input parameters into a text format JSON document.