mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-16 00:05:45 -04:00
Fix json_to_map example output
This commit is contained in:
parent
a216ffc5fa
commit
ed6a85894c
@ -5,6 +5,6 @@
|
||||
"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\" }"}
|
||||
"examples": [ { "expression":"json_to_map('{\"qgis\":\"rocks\"}')", "returns":"{ 'qgis': 'rocks' }"}
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user