Any limitations on string or dictionary size in Ignition?

Look at the example for system.util.jsonDecode. Do that to assign to some top-level variable in a project script module. All usage elsewhere would be to someScript.someVar[someKeyOrSubscript].

Personally, I like running through such objects replacing dictionaries with my SmartMap subclass so that keys are accessible as properties:

1 Like