Skip to content

Commit c3ae3bf

Browse files
committedAug 4, 2017
Added new help files to the expression function groups of Arrays and Maps
1 parent cfaa8f0 commit c3ae3bf

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
 

‎resources/function_help/json/Arrays

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"name": "Arrays",
3+
"type": "group",
4+
"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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"name": "Maps",
3+
"type": "group",
4+
"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."
5+
}

0 commit comments

Comments
 (0)
Please sign in to comment.