| Function / Action | Description |
|---|---|
| Symbol.getJson | Returns a symbol's metadata and value. |
| Symbol.getValueJson | Returns a symbol's value. |
| Symbol.updateValueFromJson | Modifies a symbol based on a JSON representation of the value. |
| Logic.getSymbol | Returns a symbol's metadata and value. |
| Logic.getSymbolMetadata | Returns a symbol's metadata. |
| Logic.getSymbolValue | Returns a symbol's value. |
| Logic.updateSymbolValue | Modifies a symbol based on a JSON representation of the value. |