The Jade 2025 release focuses on modernising the developer experience and helping you build faster, smarter, and more scalable applications.
We have found we often need to use something like a hash table for storing single primitive values (e.g. Integer) against a unique String key. We currently use a StringArray with a delimiter character in the String value to separate they key and the value, but it would be great if Jade had it's own built-in type to do the same.
Extending the ExtKeyDictionary class to allow membership of primitive types would achieve the same benefit.