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
I propose a new format for specifying the depth of the child elements to retrieve, such as {VARIABLENAME:DEPTH}.
To solve #146, it is necessary to get all the child elements when the log output, but if the outputted variable contains many child elements, the performance will be greatly affected.
Therefore, I solve this issue by allowing the user to set the depth of the child elements to be retrieved.