mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
10 lines
301 B
Plaintext
10 lines
301 B
Plaintext
|
{
|
||
|
"name": "json_to_map",
|
||
|
"type": "function",
|
||
|
"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\" }"}
|
||
|
]
|
||
|
}
|