I want to clear all values from my cjson object. My object is to reuse the cjson object for entirely different purpose, so I want to make sure that I start fresh.
At the end of the clear operation my cjson object should look as below.
{}
Can anybody suggest how to effectively clear a cjson object, using a single operation. Thanks.