Changes

Line 67: Line 67:     
===Bracket style===
 
===Bracket style===
The syntax {} or [] can be selected from the Settings screen > Magic Text Default Bracket Style. That is, either {LocalVariableName} or [LocalVariableName]
+
The syntax {} or [] can be selected from the Settings screen > Magic Text Default Bracket Style. That is, either {VariableName} or [VariableName]
    
===Output in json format===
 
===Output in json format===
 
To output array/dictionary to a string variable in json format.<br>Local: {lvjson=localVariableName}<br>&nbsp;&nbsp;or [lvjson=localVariableName]<br>Global: {vjson=globalVariableName}<br>&nbsp;&nbsp;or [vjson=globalVariableName]
 
To output array/dictionary to a string variable in json format.<br>Local: {lvjson=localVariableName}<br>&nbsp;&nbsp;or [lvjson=localVariableName]<br>Global: {vjson=globalVariableName}<br>&nbsp;&nbsp;or [vjson=globalVariableName]
editors
241

edits