Libraries
»
jsonapi-resources
(0.9.11)
»
Index
»
JSONAPI
»
CompiledJson
»
#to_h
Method: JSONAPI::CompiledJson#to_h
Defined in:
lib/jsonapi/compiled_json.rb
#
to_h
⇒
Object
30 31 32
# File 'lib/jsonapi/compiled_json.rb', line 30
def
to_h
@h
||=
JSON
.
parse
(
@json
)
end