mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
10 lines
293 B
Plaintext
10 lines
293 B
Plaintext
{
|
|
"name": "map_to_json",
|
|
"type": "function",
|
|
"description": "Merge map elements into a json-formatted string.",
|
|
"arguments": [
|
|
{"arg":"map", "description":"the input map"}],
|
|
"examples": [ { "expression":"map_to_json(map('qgis','rocks'))", "returns":"{\"qgis\":\"rocks\"}"}
|
|
]
|
|
}
|