You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The command add does not support adding a JSON object with Dynamic values. I think that this could improve the readability, complexity and number of lines of a JLIO script by being able to combine multiple add commands.
This is quite interesting but challenging, not per se for the discovery of the dynamic values but for the handling. Currently, the object being handled is the starting point for the values. What would be the starting point for an object with dynamic functions?
It uses the @ sign to indicate that it is from this level onwards. What would we take for the starting point when having this function in a complex object? What makes sense for the user?
The command add does not support adding a JSON object with Dynamic values. I think that this could improve the readability, complexity and number of lines of a JLIO script by being able to combine multiple add commands.
My proposal is to use some identifier to distinguish when a user would like to use dynamic values.
${dynamic.input}
Depending on the implementation, it might even be possible to use dynamic keys:
"${$.request.orders.type}": "true"
The text was updated successfully, but these errors were encountered: