Class: Aws::Json::Parser Private

Inherits:
Object
  • Object
show all
Defined in:
lib/aws-sdk-core/json/parser.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Instance Method Summary collapse

Instance Method Details

#parse(shape, json, target = nil) ⇒ Hash

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Parameters:

Returns:

  • (Hash)


12
13
14
# File 'lib/aws-sdk-core/json/parser.rb', line 12

def parse(shape, json, target = nil)
  parse_shape(shape, MultiJson.load(json, max_nesting: false), target)
end