11 lines
323 B
Plaintext
Raw Normal View History

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