文件名称:awrence:使用JSON API时使用蛇形键
文件大小:14KB
文件格式:ZIP
更新时间:2024-04-14 09:08:17
Ruby
阿伦斯 您是否曾经需要将Rubyish snake_case自动转换为JSON样式的camelBack或CamelCase哈希键? 起义营救! 此gem递归将哈希结构中的所有snake_case密钥转换为camelBack或CamelCase。 安装 将此添加到您的Gemfile中: gem "awrence" 或将其自己安装为: gem install awrence 用法 my_hash = { "first_key" => 1 , "foo_bars" => [ { "baz_baz" => "value" } , { "blah_blah" => "value" } ] } camel_hash = my_hash . to_camel_keys # => {"FirstKey" => 1, "FooBars" => [{"BazBaz" => "value"}, {"
【文件预览】:
awrence-main
----.github()
--------dependabot.yml(139B)
--------workflows()
----MIT-LICENSE(1KB)
----.ruby-version(6B)
----VERSION(6B)
----lib()
--------awrence()
--------awrence.rb(257B)
----Gemfile(141B)
----Rakefile(593B)
----awrence.gemspec(1KB)
----test()
--------test_helper.rb(687B)
--------awrence()
----README.md(3KB)
----.rubocop.yml(372B)
----Gemfile.lock(1KB)
----CODE_OF_CONDUCT.md(3KB)
----.gitignore(839B)