Class: SbrfMerchant::Utils::JSON::ToHashParser

Inherits:
Object
  • Object
show all
Defined in:
lib/sbrf_merchant/utils/json/to_hash_parser.rb

Instance Method Summary collapse

Instance Method Details

#call(json) ⇒ Object



9
10
11
# File 'lib/sbrf_merchant/utils/json/to_hash_parser.rb', line 9

def call(json)
  ::JSON.parse(json)
end