Qx v0.5.7
Qt Extensions Library
Loading...
Searching...
No Matches
QxJson::Document Class Reference

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

Public Member Functions

 Document (const QString &name={})
 
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

◆ Document()

QxJson::Document::Document ( const QString & name = {})

Constructs a document element node with the name name, which defaults to no name.

Member Function Documentation

◆ string()

QString QxJson::Document::string ( ) const

Returns the string representation of the node.


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