Method: JSONAPI::CompiledJson#to_h

Defined in:
lib/jsonapi/compiled_json.rb

#to_hObject



30
31
32
# File 'lib/jsonapi/compiled_json.rb', line 30

def to_h
  @h ||= JSON.parse(@json)
end