[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
Available Functions
Function Reference
| Function | Description |
|---|---|
json::array | Build a JSON array from a list of values |
json::object | Build a JSON object from key-value pairs |
json::serialize | Serialize a JSON value to a compact string |
json::pretty | Serialize a JSON value to a pretty-printed string |
