Json (geography)

The Json function converts the geography data type to GeoJSON.

This is a supported Geography Functions. For information about converting other data types to Json.

Syntax

Json(input)

Function arguments:

input(required) The geography data to convert to GeoJSON

Examples

Json([Coordinates])

Returns GeoJSON values for the geography data in the Coordinates column.

Last updated

Was this helpful?