mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
Added new help files to the expression function groups of Arrays and Maps
This commit is contained in:
parent
cfaa8f0c8c
commit
c3ae3bfc74
5
resources/function_help/json/Arrays
Normal file
5
resources/function_help/json/Arrays
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"name": "Arrays",
|
||||
"type": "group",
|
||||
"description": "This group contains expression functions for the creation and manipulation of arrays (also known as list data structures). The order of values within the array matters, in contrary to the 'map' data structure, where the order of key-value pairs is irrelevant and values are identified by their keys."
|
||||
}
|
5
resources/function_help/json/Maps
Normal file
5
resources/function_help/json/Maps
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"name": "Maps",
|
||||
"type": "group",
|
||||
"description": "This group contains expression functions for the creation and manipulation of 'map' data structures (also known as dictionary objects, key-value pairs, or associative arrays). One can assign values to given keys. The order of the key-value pairs in the map object is not relevant."
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user