[DRAFT]This page is not published. Only visible in development mode.
json module · Function

json::serialize

Serialize a JSON value to a compact string.

Syntax

RQL

Parameters

NameTypeDescription
valueJSONA JSON value (from json::array or json::object)

Return Value

Returns a utf8 string containing the compact JSON representation.

Examples

Serialize to string

$ Serialize to JSON String
$ ctrl+enter to run

Related Functions