Qx v0.7
Qt Extensions Library
Loading...
Searching...
No Matches
QxJson::Data Class Reference

The document class represents a JSON data node for use in error contexts. More...

Public Member Functions

 Data (const QString &dataError={})
 
QString string () const
 

Detailed Description

Note
This class is irrelevant in user code except for some instances of complex custom JSON parsing
See also
Qx::JsonError::withContext().

Constructor & Destructor Documentation

◆ Data()

QxJson::Data::Data ( const QString & dataError = {})

Constructs a data element node with data specific error information dataError, if any.

Member Function Documentation

◆ string()

QString QxJson::Data::string ( ) const

Returns the string representation of the node.


The documentation for this class was generated from the following files: