mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
11 lines
323 B
Plaintext
11 lines
323 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\" }"}
|
|
]
|
|
}
|