Node.takeObject
void takeObject(json.object.ObjectWrap object)Sets object inside node.
The reference count of object is not increased.
It is an error to call this on an immutable node, or on a node which is not an object node.
Parameters
object | a JSON object |