Json
The Json function interprets the input and output values of field extraction from a JSON object as a Variant type containing JSON-formatted data.
To convert the Geography data type to GeoJSON, Sigma has a similar Json function.
Syntax
Json(input)
The Json function has this argument:
- input
- Required
- The input to interpreted as JSON
Example
Json([Cust JSON as Text])
Returns a Cust JSON column of Variant type that contains a JSON object.