JSON
JSON operators
Introduction
Custom operators for converting JSON
Usage
Nabu
When using the Nabu storage engine, JSON operators are included by default.
Memory storage engine
If you are using the memory storage engine the JSON plugin must be configured
Operators
$jsonToObject
{ $jsonToObject: <expression> }
Convert a JSON string to an object
$objectToJson
{ $objectToJson: <expression> }
Convert an object to a JSON string
Last updated
Was this helpful?