Feedback
Add Dictionary.Lookup(key, defaultValue)
- Status
- Fixed
- Fixed in
- v26.6.3
- Source discussion
- https://forum.objo.dev/d/310-dictionarylookupkey-defaultvalue
- Last updated
- 2026-06-11
Public summary
Add Dictionary.Lookup(key, defaultValue) so callers can read a dictionary value with a fallback when the key is missing. This mirrors JSONItem.Lookup(key, defaultValue) and avoids repetitive HasKey/Value branching for common default-value lookups.