[DRAFT]This page is not published. Only visible in development mode.

json Module

Build and serialize JSON values directly in your queries.

Quick Example

$ Quick Example
$ ctrl+enter to run

Available Functions

Function Reference

FunctionDescription
json::arrayBuild a JSON array from a list of values
json::objectBuild a JSON object from key-value pairs
json::serializeSerialize a JSON value to a compact string
json::prettySerialize a JSON value to a pretty-printed string