In a program I am writing I have an object containing another object, I read from the parent object and then discard it with json_object_put(). How can I keep the original child object or how can I copy it without converting it to a string and reparsing it?