mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Delete json_to_map function
This commit is contained in:
parent
4037a76c4c
commit
ffbedde2cf
@ -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' }"}
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user