Method: LHC::Response::Data::Base#as_json

Defined in:
lib/lhc/response/data/base.rb

#as_jsonObject



4
5
6
# File 'lib/lhc/response/data/base.rb', line 4

def as_json
  @json ||= (@data || response.format.as_json(response))
end