@return [String] json representation
# File lib/occi/helpers/inspect.rb, line 6 def inspect JSON.pretty_generate(JSON.parse(to_json)) end