class Aws::Cbor::Decoder

def read_float

def read_float
  read_info
  take(4).unpack1('g')
end