2021-03-08 12:56:22 +01:00

11 lines
318 B
Plaintext

{
"name": "json_to_map",
"type": "function",
"groups": ["Maps"],
"description": "Creates a map from a json-formatted string.",
"arguments": [
{"arg":"string", "description":"the input string"}],
"examples": [ { "expression":"json_to_map('{\"qgis\":\"rocks\"}')", "returns":"{ 'qgis': 'rocks' }"}
]
}