2020-07-02 15:03:16 +10:00

11 lines
315 B
Plaintext

{
"name": "map_to_json",
"type": "function",
"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\"}"}
]
}