11 lines
315 B
Plaintext
Raw Normal View History

{
"name": "map_to_json",
"type": "function",
2020-07-02 01:46:48 +01:00
"groups": ["Maps"],
"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\"}"}
]
}