class Aws::Json::Parser

def parse(shape, json, target = nil)

Returns:
  • (Hash) -

Parameters:
  • target (Hash, Array, nil) --
  • json (String) --
  • shape (Seahorse::Model::Shapes::Shape) --
def parse(shape, json, target = nil)
  parse_shape(shape, MultiJson.load(json, max_nesting: false), target)
end