Closed mstachowsky closed 3 years ago
Currently, it is not possible to have an empty assignment variables environment, like this:
!assignmentVariables !endAssignmentVariables
the parsing to JSON creates an open bracket to indicate the start of an array ([) but does not close that bracket, so the JSON parsing doesn't work.
Currently, it is not possible to have an empty assignment variables environment, like this:
!assignmentVariables !endAssignmentVariables
the parsing to JSON creates an open bracket to indicate the start of an array ([) but does not close that bracket, so the JSON parsing doesn't work.