convert

open fun convert(@NonNull jsonArray: JsonArray): Expression

Converts a JsonArray to an expression

Return

the expression

Parameters

jsonArray

the json array to convert


open fun convert(@NonNull jsonElement: JsonElement): Expression

Converts a JsonElement to an expression

Return

the expression

Parameters

jsonElement

the json element to convert


open fun convert(@NonNull rawExpression: String): Expression

Converts a raw expression to a DSL equivalent.

Return

the resulting expression

Parameters

rawExpression

the raw expression to convert

See also

<a href="https://maplibre.org/maplibre-style-spec/">Style specification</a>