JADE Environment Development Ideas

What's new in the JADE 2025 release?

IMPROVED DEVELOPER EFFICIENCY. ENHANCED INTEGRATIONS. NEW WEB DEVELOPMENT FRAMEWORK

The Jade 2025 release focuses on modernising the developer experience and helping you build faster, smarter, and more scalable applications.


Start your update to JADE's latest release

HashTable class

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.

  • Guest
  • Jun 30 2026
  • Needs review
  • Attach files
  • Guest commented
    30 Jun 08:10pm

    Extending the ExtKeyDictionary class to allow membership of primitive types would achieve the same benefit.