class LHC::Formats::JSON

def self.request(options)

Experimental RBS support (using type sampling data from the type_fusion project).

def self.request: (Hash options) -> LHC::Response

This signature was generated using 58 samples from 4 applications.

def self.request(options)
  options[:format] = new
  super(options)
end