Skip to main content

Data Containers

Data Containers store Data Tokens in various different formats, either as a sequential Data List or as a key-value pair Data Dictionary. They are functionally similar to C# Lists and Dictionaries.

DataTokens, in turn, store any other values that you could need. Each token stores one and only one variable, but that could include a whole other DataDictionary or DataList, in order to support nesting.

Additionally, Data Containers are compatible with VRCJSON, which allows you to convert data to/from the standard JSON format, which may come from external sources such as remote string loading.