Changes

Line 66: Line 66:  
==<p><b>More information</b></p>==
 
==<p><b>More information</b></p>==
    +
===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 {LocalVariableName} or [LocalVariableName]
   −
To output array/dictionary to a string variable in json format...
+
===Output in json format===
Local: {lvjson=localVariableName} or [lvjson=localVariableName]
+
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]
Global: {vjson=globalVariableName} or [vjson=globalVariableName]
 
editors
241

edits