Module: Flexor::Plugins::SymbolizeKeys
- Defined in:
- lib/flexor/plugins/symbolize_keys.rb
Overview
Normalizes string keys to symbols at ingestion and access time. Ensures that data arriving with string keys (from JSON, YAML, or plain Ruby hashes) is accessible via method and symbol-bracket access without manual conversion.
Defined Under Namespace
Modules: StoreMethods