FROM_JSON

Converts a json string into a json object.

Parameter List

Syntax
FROM_JSON(Text)
Text

The JSON string that needs to be transformed into a JSON object.

More details

Read up on JsonPath in our knowledge base.

Examples

FROM_JSON([{"name": "John"},{"name": "Peter"}]) returns the JSON string formatted as a JSON object