Delete json_to_map function

This commit is contained in:
Harrissou Sant-anna 2021-03-10 11:12:02 +01:00 committed by Nyall Dawson
parent 4037a76c4c
commit ffbedde2cf

View File

@ -1,10 +0,0 @@
{
"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' }"}
]
}