class SbrfMerchant::Utils::JSON::ToHashParser
Public Instance Methods
call(json)
click to toggle source
# File lib/sbrf_merchant/utils/json/to_hash_parser.rb, line 9 def call(json) ::JSON.parse(json, symbolize_names: true) end