We should add a function that creates an object in the expression language.
Example:
[
"object",
"name", "Ola",
"age", 42
]
returns { "name": "Ola", "age": 42 }.
Also, we should add support for object as a return value from expressions.
Acceptance criteria
We should add a function that creates an object in the expression language.
Example:
returns
{ "name": "Ola", "age": 42 }.Also, we should add support for object as a return value from expressions.
Acceptance criteria
dataModelexpressions that refer to an object return that objectcomponentexpressions that refer to group components should return the value referred to in theirgroupbindingcomponentexpressions that refer to components with several bindings (likeaddress) should return an object with those valueslistfunction with objects in its parameters includes those objects in the list