Page cover
For the complete documentation index, see llms.txt. This page is also available as Markdown.

Dictionaries

v4.0

Overview

The Dictionaries module adds serializable dictionary-like functionality to your project. Essentially a class that acts a bit like a dictionary, but is not, including key/value pairs and helper methods.

The scripts are fairly simple and straightforward and while it can be used with our other modules, this is a great addition to any project which needs serializable key/value pair functionality.

Dictionaries Setup

Last updated