Variant(QJsonObject)

Construct a Variant containing a QJsonObject (json encoding).

Synopsis:

#include <qpps/variant.h>
 
Variant( const QJsonObject &value );

Arguments:

value
The QJsonObject to store.

Description:

Construct a Variant containing a QJsonObject (json encoding).