You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Integrated application and version (e.g., Rails, Grape, etc):
Rails
The text was updated successfully, but these errors were encountered:
artofhuman
changed the title
Deserializtion changed uppercase to lowervase in nested hashes
deserialization changed uppercase to lowervase in nested hashes
Jul 28, 2021
Expected behavior vs actual behavior
attention on nested hash "options"=>[{"OPTION 1"=>"OPTION 3"}
deserialization changes nested hashes. "options"=>[{"option 1"=>"OPTION 3"}
Expected behavior: deserialization should not change nested hashes
Environment
ActiveModelSerializers Version (commit ref if not on tag):
gem 'active_model_serializers', '~> 0.10.8'
Output of
ruby -e "puts RUBY_DESCRIPTION"
:ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) [x86_64-linux]
OS Type & Version:
Linux
Integrated application and version (e.g., Rails, Grape, etc):
Rails
The text was updated successfully, but these errors were encountered: