Method: JsonObject#parent

Defined in:
lib/json_object.rb

#parentObject

Used to aid in nested JsonObject’s traversing back through their parents.



96
97
98
# File 'lib/json_object.rb', line 96

def parent
  @parent
end